diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2002-10-22 19:11:12 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2002-10-22 19:11:12 +0000 |
commit | 7eaa0fdd38c4cf4d8dd1ecee4a5f57d7393079e2 (patch) | |
tree | f4046cd133b71533b402e3ac9cf4baf14efe7553 /pod/perlmodlib.pod | |
parent | c722ef0a9de73f0b0b48ec98b598b2cc10421bc5 (diff) | |
download | perl-7eaa0fdd38c4cf4d8dd1ecee4a5f57d7393079e2.tar.gz |
perlmodlib.pod nit suggested by David Dyck (bug #18055)
Regenerate perlmodlib.pod
p4raw-id: //depot/perl@18050
Diffstat (limited to 'pod/perlmodlib.pod')
-rw-r--r-- | pod/perlmodlib.pod | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pod/perlmodlib.pod b/pod/perlmodlib.pod index c1e1a46be4..28f25af1fd 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<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> |