in reply to Re^7: PAR::Packer pp command including too many modules
in thread PAR::Packer pp command including too many modules

strawberryperlportable loads Portable by default for every perl program

I have strawberry perl portable, yet there's no mention of Portable.pm in %INC:
C:\_32\pscrpt>type try.pl use strict; use warnings; print for keys %INC; C:\_32\pscrpt>perl -l try.pl warnings.pm strict.pm C:\_32\pscrpt>
If Portable.pm has been loaded, then I would expect to find it in %INC.
What gives ? (I have 5.18.2.1 - maybe this behaviour has now changed ?)

Cheers,
Rob

Replies are listed 'Best First'.
Re^9: PAR::Packer pp command including too many modules
by Anonymous Monk on Mar 17, 2014 at 07:50 UTC

    If Portable.pm has been loaded, then I would expect to find it in %INC. What gives ? (I have 5.18.2.1 - maybe this behaviour has now changed ?)

    :) I think I was shooting my mouth off imprecisely ...

    It gets loaded when you load Config or CPAN::Config or File::HomeDir module

    So bug in scandeps? maybe