mention how to look up perllocal.pod (from Michael G Schwern)
[p5sagit/p5-mst-13.2.git] / pod / perlmodinstall.pod
index 6a861e4..19ffac9 100644 (file)
@@ -91,6 +91,11 @@ While still in that directory, type:
 Make sure you have appropriate permissions to install the module
 in your Perl 5 library directory.  Often, you'll need to be root.
 
+Perl maintains a record of all module installations.  To look at
+this list, simply type:
+
+      perldoc perllocal
+
 That's all you need to do on Unix systems with dynamic linking.
 Most Unix systems have dynamic linking--if yours doesn't, or if for
 another reason you have a statically-linked perl, I<and> the
@@ -285,7 +290,7 @@ in the Perl distribution.
 While still in that directory, type:
 
      make install      
-     
+
 You will need the packages mentioned in F<README.dos> in the Perl distribution.
 
 =item *