Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^4: Wow! Painful upgrade to Perl 5.12

by parv (Parson)
on May 19, 2010 at 14:56 UTC ( [id://840715]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Wow! Painful upgrade to Perl 5.12
in thread Wow! Painful upgrade to Perl 5.12

(I should have noted that I understand the default directory tree structure.) Yes, that <perl-version> is what I am trying to avoid, so that when 5.13 would come around, 5.12 directory would be blown away & pure perl modules remain unaffected installed outside of <perl-version> directory.

Replies are listed 'Best First'.
Re^5: Wow! Painful upgrade to Perl 5.12
by JavaFan (Canon) on May 19, 2010 at 15:23 UTC
    Possible. Just give it the appropriate configuration options when compiling Perl. I'd guess the appropriate options are mentioned and described in the INSTALL that comes with the core tarball.

    If you get your Perl from a third-party vendor (ActiveState, RedHat, ...), you should talk to them and see if they'll compile one for you.

    Having said that, what ought to work (but I won't make any promises) is:

    $ rm -rf $LIBDIR/site_perl/<old-perl-version>/<archdir> $ mv $LIBDIR/site_perl/<old-perl-version> $LIBDIR/site_perl/<new-perl- +version>

Log In?
Username:
Password:

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

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

    No recent polls found