Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f56324fbde2de3cb3c3560d9b62b38bc > files > 6

perl-Test-ConsistentVersion-0.2.3-3.mga4.noarch.rpm

Test-ConsistentVersion version 0.2.3

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.

I recommend using Dist-Zilla with the PkgVersion, PodVersion (or
PodWeaver) and NextRelease plugins as a more elegant and simple
approach than this module (handling the numbering automatically,
rather than informing you of what needs to be fixed); however I
do still plan to fix bugs that may arise.


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) 2010, Glenn Fowler

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