diff options
author | Yitzchak Scott-Thoennes <sthoenna@efn.org> | 2000-08-30 12:25:34 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-31 02:47:07 +0000 |
commit | 309a139e25ad5904ea3df36d8c769e05300b3585 (patch) | |
tree | 81042a6f5d38c5bb59c3163aa2c1e4526d7b906e /pod/perlmodlib.PL | |
parent | 15ca46dffbff20f40ea8bc261b5df773a7455737 (diff) | |
download | perl-309a139e25ad5904ea3df36d8c769e05300b3585.tar.gz |
Re: typos in pods
Message-ID: <eIcr5gzkg25X092yn@efn.org>
p4raw-id: //depot/perl@6935
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 a594d729e4..e1ba87b52a 100644 --- a/pod/perlmodlib.PL +++ b/pod/perlmodlib.PL @@ -115,7 +115,7 @@ print OUT <<'EOF'; To find out I<all> modules installed on your system, including those without documentation or outside the standard release, -jus tdo this: +just do this: % find `perl -e 'print "@INC"'` -name '*.pm' -print |