Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: Perl 5.11.1 released

by ikegami (Patriarch)
on Oct 21, 2009 at 16:38 UTC ( [id://802497]=note: print w/replies, xml ) Need Help??


in reply to Re: Perl 5.11.1 released
in thread Perl 5.11.1 released

No, to set $VERSION
package Foo 1.23;
is roughly the same as
package Foo; BEGIN { our $VERSION = 1.23; }

Replies are listed 'Best First'.
Re^3: Perl 5.11.1 released
by afoken (Chancellor) on Oct 21, 2009 at 16:43 UTC

    Nice, because it is symmetric to use Foo 1.07.

    Alexander

    --
    Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-03-29 02:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found