diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-05-06 05:14:35 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-05-06 05:14:35 +0000 |
commit | 1b42086758bcb696abd56f37b9db1cd28e91236e (patch) | |
tree | f32bc7bbe034f41226b2d839faca2047b5065e4a /utils/perldoc.PL | |
parent | 7083d4d1d3a093e255a8035f600174baf7ee1b24 (diff) | |
download | perl-1b42086758bcb696abd56f37b9db1cd28e91236e.tar.gz |
emit more accurate diagnostic for syntax errors involving <>
within eval""
p4raw-id: //depot/perl@3310
Diffstat (limited to 'utils/perldoc.PL')
-rw-r--r-- | utils/perldoc.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/perldoc.PL b/utils/perldoc.PL index d4090c88a6..c351fbf464 100644 --- a/utils/perldoc.PL +++ b/utils/perldoc.PL @@ -611,7 +611,7 @@ contain fully qualified filenames, one per line. The item you want to look up. Nested modules (such as C<File::Basename>) are specified either as C<File::Basename> or C<File/Basename>. You may also -give a descriptive name of a page, such as C<perlfunc>. You make also give a +give a descriptive name of a page, such as C<perlfunc>. You may also give a partial or wrong-case name, such as "basename" for "File::Basename", but this will be slower, if there is more then one page with the same partial name, you will only get the first one. |