![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re: does your cpan client disable sitecustomize.pl ? PERL5OPT? be carefulby Corion (Pope) |
on Aug 20, 2013 at 09:02 UTC ( #1050154=note: print w/replies, xml ) | Need Help?? |
If you override builtins globally, I would expect at least the tests of the test suite failing for modules that don't expect the modified version of the builtin. Also, $ENV{PERL5OPT} might be necessary for "your Perl" to run in a meaningful way, so disabling/eliminating PERL5OPT is not a good solution for a CPAN client either. I suggest not overriding builtins globally in your perl. Maybe have an alias for the interactive Perl, like myperl, which sets up PERL5OPT and then runs/execs perl.
In Section
Seekers of Perl Wisdom
|
|