![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
Re^3: Can't use three part version number for CPAN modulesby adrianh (Chancellor) |
on Jan 04, 2006 at 12:17 UTC ( #520866=note: print w/replies, xml ) | Need Help?? |
our $VERSION = "0.0.3"; If you're following TheDamian's advice you'll want to use the version module instead of a plain string. Something like:
and adding version to your modules prerequisites. NOTE: it's important to keep the use version on the same line since many modules grep out the line with $VERSION and eval it to get the version number out.
In Section
Meditations
|
|