Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Change package name on the fly?

by Plankton (Vicar)
on Sep 06, 2012 at 05:41 UTC ( [id://992008]=note: print w/replies, xml ) Need Help??


in reply to Change package name on the fly?

You could build and install the same version of Perl on your system twice. Just when you run Configure to build and install your second version use --prefix=/some/where/else. Then install the module you want to test in both Perl's. Something like
$ /where/you/put/bin/perl -MCPAN shell cpan> install NWCLARK/Foo-Bar-0.02.tar.gz ... $ /some/where/else/bin/perl -MCPAN shell cpan> install NWCLARK/Foo-Bar-0.01.tar.gz
Then in your test script just change the shebang.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (8)
As of 2024-04-24 17:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found