Skip to content

cebjyre/Test-ConsistentVersion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test-ConsistentVersion version 0.3.1

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
perl 5.6+

Optional:
Test::Pod::Content

COPYRIGHT AND LICENCE

Copyright (C) 2021, Glenn Fowler

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