X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Flib_pm.PL;h=2c12be4dc7fb33304d2b3ff6678ec6f4809e40d6;hb=d923656e4b61a7a7e564dd4edbad177cdcd7f475;hp=d7e546f002a7ac423e2ac53c32b5c54e58e3bd1c;hpb=d1c9eea3064ab04768b3d7bf89e9cacdccaaada9;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/lib_pm.PL b/lib/lib_pm.PL index d7e546f..2c12be4 100644 --- a/lib/lib_pm.PL +++ b/lib/lib_pm.PL @@ -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.