perlmodlib.pod nit suggested by David Dyck (bug #18055)
Rafael Garcia-Suarez [Tue, 22 Oct 2002 19:11:12 +0000 (19:11 +0000)]
Regenerate perlmodlib.pod

p4raw-id: //depot/perl@18050

pod/perlmodlib.PL
pod/perlmodlib.pod

index 9c0f51f..211bb63 100644 (file)
@@ -149,7 +149,7 @@ To find out I<all> modules installed on your system, including
 those without documentation or outside the standard release,
 just do this:
 
-    % find `perl -e 'print "@INC"'` -name '*.pm' -print
+    % find `perl -Te 'print "@INC"'` -name '*.pm' -print
 
 They should all have their own documentation installed and accessible
 via your system man(1) command.  If you do not have a B<find>
index c1e1a46..28f25af 100644 (file)
@@ -175,6 +175,10 @@ Enable/disable UTF-8 (or UTF-EBCDIC) in source code
 
 Predeclare global variable names (obsolete)
 
+=item version
+
+Perl extension for Version Objects
+
 =item vmsish
 
 Control VMS-specific language features
@@ -1343,7 +1347,7 @@ To find out I<all> modules installed on your system, including
 those without documentation or outside the standard release,
 just do this:
 
-    % find `perl -e 'print "@INC"'` -name '*.pm' -print
+    % find `perl -Te 'print "@INC"'` -name '*.pm' -print
 
 They should all have their own documentation installed and accessible
 via your system man(1) command.  If you do not have a B<find>