Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Updgrading to ActivePerl 5.16

by marto (Cardinal)
on Mar 21, 2013 at 11:45 UTC ( [id://1024725]=note: print w/replies, xml ) Need Help??


in reply to Updgrading to ActivePerl 5.16

I'd be interested in reading where 5.12 is no longer granted access to ActiveStates PPM. Have you considered not using ActiveState and opting for one of the alternatives such as Strawberry Perl?

You can add:

use 5.012;

to your code to only enable perl 5.12 features even though your running a later version of perl. See use VERSION. That said obviously you want to run your test suite/test procedures to ensure that there are no issues. Backward compatibility and depreciation may be of interest.

Update: fixed typo.

Replies are listed 'Best First'.
Re^2: Updgrading to ActivePerl 5.16
by dasgar (Priest) on Mar 21, 2013 at 16:02 UTC
    I'd be interested in reading where 5.12 is no longer granted access to ActiveStates PPM.

    Looks like ActiveState is now allowing mainly the latest version of their community ActivePerl access to PPM repositories. More details given here: http://community.activestate.com/node/9565

      Thanks, very interesting. I guess users of versions effected can still use the unofficial repositories, and of course cpan ;)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (6)
As of 2024-04-16 17:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found