Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: concerning our $VERSION

by bingos (Vicar)
on Mar 31, 2011 at 22:04 UTC ( [id://896738]=note: print w/replies, xml ) Need Help??


in reply to concerning our $VERSION

The rather long version (haha) of the reasoning behind evaling the $VERSION is explained here

Replies are listed 'Best First'.
Re^2: concerning our $VERSION
by ysth (Canon) on Apr 01, 2011 at 07:24 UTC
    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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://896738]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (2)
As of 2024-04-24 23:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found