in reply to Re: Perl 5.11.1 released
in thread Perl 5.11.1 released
is roughly the same aspackage Foo 1.23;
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 |