[guest - Tue Nov 16 22:53:30 2004]:
Show quoted text> Hi Geoffrey,
>
> I've come across another issue with the module template that
> modulemake uses. If the version is 1.00 or 1.010, then perl will
> truncate the trailing 0's. To avoid this behavior, the value should
> be put in single quotes (e.g., '1.00' or '1.010').
>
>
This has indeed been fixed in recent versions of ExtUtils::ModuleMaker. See v0.42 which was
uploaded to CPAN tonight. Also, check out its subclass, ExtUtils::ModuleMaker::PBP, which
enables you to create the skeleton for a Perl distribution in the manner recommended by
Damian Conway in his "Perl Best Practices."
Please let me know if you have further concerns. Thank you very much.
Jim Keenan (Maintainer)