LPM: MakeMaker and version numbers

Rich Bowen rbowen at rcbowen.com
Wed Dec 15 07:59:20 CST 1999


On Monday, someone asked what the limitations were on the version
numbers used when setting $VERSION in a module. I was tinkering with
that this morning, and observed the following. When I set $VERSION to 

$VERSION = 0.001.001.03;

the file that was generated by 'make dist' was

testing-0.00113.tar.gz

So it appears that after the first decimal point, all others just get
dropped by some rule or another. I'm sure that this is specified in the
documentation for ExtUtils::MakeMaker, and it would have been easier to
just look there, but I was messing with it anyway, so I thought I'd try
that.

Rich
-- 
http://www.ApacheUnleashed.com/
Lexington Perl Mongers - http://lexington.pm.org/
PGP Key - http://www.rcbowen.com/pgp.txt



More information about the Lexington-pm mailing list