summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Stosberg <mark@summersault.com>2006-09-25 11:53:44 -0400
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-10-03 14:53:33 +0000
commit532546992ea8d87ae83c54daa3f9d39aad8df02c (patch)
tree48da2a4ef86ba32827290e74621e905f3784fa2a
parent11f885b578514fcbf59f44ca49ae6a8299238c7d (diff)
downloadperl-532546992ea8d87ae83c54daa3f9d39aad8df02c.tar.gz
PATCH: clarify docs for lib.pm
Message-ID: <20060925195512.27418.qmail@lists.develooper.com> (further modified by Merijn) p4raw-id: //depot/perl@28928
-rw-r--r--lib/lib_pm.PL4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/lib_pm.PL b/lib/lib_pm.PL
index d7e546f002..2c12be4dc7 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.