libversion-next-perl

Perl module for simply incrementing perl module version numbers
  https://metacpan.org/release/Version-Next
  0
  no reviews



Version::next provides a simple, correct way to increment a perl module version number. it does not attempt to guess what the original version number author intended, it simply increments in the smallest possible fashion. decimals are incremented like an odometer. dotted decimals are incremented piecewise and presented in a standardized way.

if more complex version manipulation is necessary, you may wish to consider perl::version.