BEGIN { unshift @INC, "/some/path/Net-Clacks/lib"; unshift @INC, "/another/path/My-Secret-Module/lib"; }; use Net::Clacks; use My::Secret::Module;
At least that's the variant i use when debugging. (Original code checks for the '--debug' flag and only unshifts the uninstalled paths if that is set).
In reply to Re^2: Upgrading Perl codebase of older Perl version
by cavac
in thread Upgrading Perl codebase of older Perl version
by programmingzeal
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |