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.PL | |
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.PL')
-rw-r--r-- | pod/perlmodlib.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlmodlib.PL b/pod/perlmodlib.PL index 9c0f51f235..211bb63eda 100644 --- a/pod/perlmodlib.PL +++ b/pod/perlmodlib.PL @@ -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> |