Test-ConsistentVersion version 0.2.2

The purpose of this module is to make it easy for other distribution
authors to have consistent version numbers within the modules (and
changelog and readme) of the distribution.


INSTALLATION

To install this module, run the following commands:

    perl Build.PL
    ./Build
    ./Build test
    ./Build install


DEPENDENCIES

Test::Builder
autodie
version

Optional:
Test::Pod::Content

COPYRIGHT AND LICENCE

Copyright (C) 2009, Glenn Fowler

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.