![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re: Best approach for temporarily swapping out a single perl module for a different version?by Anonymous Monk |
on Jun 26, 2020 at 14:54 UTC ( #11118563=note: print w/replies, xml ) | Need Help?? |
This assumes "temporarily" means "only for a specific script." I put the "different version" in its own directory, then the script does a use lib 'different directory'; before it loads the module.
In Section
Seekers of Perl Wisdom
|
|