From: Rafael Garcia-Suarez Date: Tue, 22 Oct 2002 19:11:12 +0000 (+0000) Subject: perlmodlib.pod nit suggested by David Dyck (bug #18055) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7eaa0fdd38c4cf4d8dd1ecee4a5f57d7393079e2;p=p5sagit%2Fp5-mst-13.2.git perlmodlib.pod nit suggested by David Dyck (bug #18055) Regenerate perlmodlib.pod p4raw-id: //depot/perl@18050 --- diff --git a/pod/perlmodlib.PL b/pod/perlmodlib.PL index 9c0f51f..211bb63 100644 --- a/pod/perlmodlib.PL +++ b/pod/perlmodlib.PL @@ -149,7 +149,7 @@ To find out I 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 diff --git a/pod/perlmodlib.pod b/pod/perlmodlib.pod index c1e1a46..28f25af 100644 --- a/pod/perlmodlib.pod +++ b/pod/perlmodlib.pod @@ -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 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