Revision history for Perl module Perl::Version 1.018 2025-01-27T13:07:40Z * refresh distro and move to BRIANDFOY 1.017 2024-03-09T01:36:13Z * fix encoding argment to read_line ("Odd number" warning), from Andreas Hadjiprocopis (#11) 1.016 2024-01-05T13:53:50Z * new minimum version is v5.10, for version.pm * git rid of File::Slurp::Tiny * fix case where perl-reversion changes the number of digits used in the alpha section (GitHub #10) * fix a few doc things (GitHub #8 and #9) 1.015 2024-01-04T15:10:25Z * update a few distro things * code is now at https://github.com/briandfoy/perl-version * report issues to https://github.com/briandfoy/perl-version/issues 1.014 2016-06-07T18:41:20Z * Bump to release version 1.014 2015-11-29T16:03:25Z * Bump to release version 1.013 2014-02-12 * Remove File::Slurp, which has a critical security issue (RT 92974) 1.011 2011-02-21 * Remove Build.PL which didn't install perl-reversion. 1.010 2010-09-19 * Install perl-reversion by default. 1.009 2009-03-08 * Make perl-reversion better at inferring version from structured files and not getting confused by unstructured files (like README). See #43946. 1.008 2009-03-07 * Skip perl-reversion tests on Windows. They need fork. * Allow negative indexes on component, increment. See #42181. * perl-reversion now checks in bin, script subdirectories. See #28119. 1.007 2008-04-07 Fix for perl-reversion: * try to only find top-level keys in META.yml; this means we will stop catching the version from meta-spec and (hopefully) only catch the dist's version. 1.006 2008-04-07 Major fix for perl-reversion: * -bump now properly maintains the number of version components; previously, it was treating every version as though it had at least 3 components, so e.g. 1.1 was being wrongly bumped to 1.1.1 Other fixes for perl-reversion: * -bump -stringify will now properly keep the original version format (it was acting as though -normal had been specified) * noted that -stringify is the effective default for -bump/-set, so those options more accurately report the new version 1.005 2008-04-03 Fixes for perl-reversion: * Allow any of the version formats as options for displaying or setting/bumping the version. * Display current version in the format found rather than as though -normal had been used. * Allow more specific -bump- options. * Using -current=1.2 no longer matches 1.2.3 in some cases 1.004 2007-11-08 * Removed '> 999' warning. 1.003 2007-11-08 * Removed version.pm dependency. 1.002 2007-09-07 * Improved META.yml handling. So now it, er, works. 1.001 2007-09-07 * Added META.yml to perl-reversion's list of target files. 1.000 2007-09-03 * Removed warning about long version numbers not having a mulitple of three digits. Perl 5.00504 doesn't have a multiple of three digits and it shouldn't be discriminated against. 0.0.8 2007-03-29 * Documentation fixes * Added -dryrun option to perl-reversion [27649]. Thanks to DAXIM for the patch. 0.0.7 2007-02-28 * Alpha used to default to three digits, changed to two. 0.0.6 2007-02-27 * Fixed skip condition so vstring tests are properly skipped. 0.0.5 2007-02-24 * Added perl-reversion example / utility 0.0.4 2007-02-24 * Doesn't check for vstrings on Perl < 5.8.1 now. 0.0.3 2007-02-23 * Added machine readable licence. 0.0.2 2007-02-07 * Minor documentation tidying. 0.0.1 2007-02-03 * Initial release.