Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Best approach for temporarily swapping out a single perl module for a different version?

by Fletch (Bishop)
on Jun 25, 2020 at 14:54 UTC ( [id://11118535]=note: print w/replies, xml ) Need Help??


in reply to Best approach for temporarily swapping out a single perl module for a different version?

The git idea's pretty interesting/clever.

Then again nothing says you can't whip up a new local::lib sandbox directory and install your new stuff into that and prefix that new directory on PERL5LIB. That'll let you combine possibly upgraded dependencies and still use the normal tools to manage installing everything. If/when you decide to go with the new version you just go back and install into your "normal" l::l directory.

(And I really like the git idea.)

The cake is a lie.
The cake is a lie.
The cake is a lie.

  • Comment on Re: Best approach for temporarily swapping out a single perl module for a different version?
  • Download Code

Log In?
Username:
Password:

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

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

    No recent polls found