Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Module development: concurrent versions (Updated)

by bingos (Vicar)
on Dec 23, 2010 at 10:02 UTC ( [id://878771]=note: print w/replies, xml ) Need Help??


in reply to Module development: concurrent versions (Updated)

Probably by using PERL5LIB environment variable to first point to the old version of the module, then the new one

Or -I switch to achieve the same as the above

Or the version control idea could work too, use git ( or some such ) to place the perl installation under version control, then you could have the old version on one branch and the new on another branch and just checkout the different branches as you test.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-03-29 05:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found