Subject: | [Pull Request] topic/core-only |
I've pushed a branch, topic/core-only, that adds a command line argument to do the equivalent of lib::core:only at the top of a fatpacked file. I've found this necessary to defend a fatpacked script from the effects of PERL5LIB if the script is using /usr/bin/perl and my PERL5LIB has modules compiled for a different perl.
I'm not sure if this is the right way to do it, but it was quick to write to show what I think would be a useful feature.