Closed haarg closed 3 years ago
Instead of relying on the environment, call the script using the currently running perl. This also provides an easy way to add lib to the @INC path, rather than overriding PERL5LIB, which won't play nice with local::lib.
@INC
PERL5LIB
Very nice! Thank you.
Instead of relying on the environment, call the script using the currently running perl. This also provides an easy way to add lib to the
@INC
path, rather than overridingPERL5LIB
, which won't play nice with local::lib.