http://www.perlmonks.org?node_id=896791


in reply to Re: concerning our $VERSION
in thread concerning our $VERSION

That gets it wrong; the proper incantation suitable for all modules is:
our $VERSION = '1.001_001'; our $XS_VERSION = $VERSION; # only needed if you have XS code $VERSION = eval $VERSION;
as described in perlmodstyle
--
A math joke: r = | |csc(θ)|+|sec(θ)|-||csc(θ)|-|sec(θ)|| |
Online Fortune Cookie Search