Change 18050 by rgs@rgs-home on 2002/10/22 19:11:12

        perlmodlib.pod nit suggested by David Dyck (bug #18055)
        Regenerate perlmodlib.pod

Affected files ...

.... //depot/perl/pod/perlmodlib.PL#16 edit
.... //depot/perl/pod/perlmodlib.pod#68 edit

Differences ...

==== //depot/perl/pod/perlmodlib.PL#16 (text) ====
Index: perl/pod/perlmodlib.PL
--- perl/pod/perlmodlib.PL#15~17906~    Sun Sep 15 04:30:38 2002
+++ perl/pod/perlmodlib.PL      Tue Oct 22 12:11:12 2002
@@ -149,7 +149,7 @@
 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>

==== //depot/perl/pod/perlmodlib.pod#68 (text) ====
Index: perl/pod/perlmodlib.pod
--- perl/pod/perlmodlib.pod#67~17906~   Sun Sep 15 04:30:38 2002
+++ perl/pod/perlmodlib.pod     Tue Oct 22 12:11:12 2002
@@ -175,6 +175,10 @@
 
 Predeclare global variable names (obsolete)
 
+=item version
+
+Perl extension for Version Objects
+
 =item vmsish
 
 Control VMS-specific language features
@@ -1343,7 +1347,7 @@
 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>
End of Patch.

Reply via email to