X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Flib_pm.PL;h=2c12be4dc7fb33304d2b3ff6678ec6f4809e40d6;hb=d923656e4b61a7a7e564dd4edbad177cdcd7f475;hp=5586368eb0897b08a1b9f67229c86d0b32bf10a5;hpb=63c6dcc1775b960c3418c4c23568c59231321ed1;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/lib_pm.PL b/lib/lib_pm.PL index 5586368..2c12be4 100644 --- a/lib/lib_pm.PL +++ b/lib/lib_pm.PL @@ -58,7 +58,7 @@ my \@inc_version_list = $Config_inc_version_list; print OUT <<'!NO!SUBS!'; our @ORIG_INC = @INC; # take a handy copy of 'original' value -our $VERSION = '0.5564'; +our $VERSION = '0.5565'; my $Is_MacOS = $^O eq 'MacOS'; my $Mac_FS; if ($Is_MacOS) { @@ -196,6 +196,10 @@ checks to see if a directory called $dir/$archname/auto exists. If so the $dir/$archname directory is assumed to be a corresponding architecture specific directory and is added to @INC in front of $dir. +The current value of C<$archname> can be found with this command: + + perl -V:archname + To avoid memory leaks, all trailing duplicate entries in @INC are removed.