Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^3: Modern::Perl version 2011 required--this is only version 1.03 at my-perl-script.cgi

by chromatic (Archbishop)
on Nov 05, 2013 at 17:03 UTC ( [id://1061327]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Modern::Perl version 2011 required--this is only version 1.03 at my-perl-script.cgi
in thread Modern::Perl version 2011 required--this is only version 1.03 at my-perl-script.cgi

I figured since my version of Modern::Perl (1.03) came with my version of Perl (5.12.5)...

It's not a core module, so someone bundled it with your version of Perl. Unfortunately, the bundled version predates the year specifier. Upgrading to the most recent Modern::Perl version will let you use a year specifier (and it will be quick and easy).

  • Comment on Re^3: Modern::Perl version 2011 required--this is only version 1.03 at my-perl-script.cgi
  • Download Code

Replies are listed 'Best First'.
Multiple ${VERSION}s for same $VERSION
by parv (Parson) on Nov 05, 2013 at 17:12 UTC
    (After reading M/Perl.pm, I see the validity of year specifier (as version specifier).) chromatic, why have both the regular version string and also (plain) year as version?
      why have both the regular version string and also (plain) year as version?

      The integer year lets you see how recent or old the code is at a glance, but it's not a version number. You can install the most recent M::P and write use Modern::Perl '2010'; while still requiring the most recent version.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-19 13:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found