diff options
author | jkeenan <jkeenan@cpan.org> | 2011-11-19 19:37:03 -0500 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-11-22 16:27:16 -0800 |
commit | 1f874cb6cda8ff355ea232af026e2429ee2e9afb (patch) | |
tree | 75533a26f98febd58176f2c8a499380ed20d8055 /lib/Getopt | |
parent | 19f4563d308d36e3c082bc240db976a379fddfc6 (diff) | |
download | perl-1f874cb6cda8ff355ea232af026e2429ee2e9afb.tar.gz |
[RT #36079] Convert ` to '.
Diffstat (limited to 'lib/Getopt')
-rw-r--r-- | lib/Getopt/Std.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Getopt/Std.pm b/lib/Getopt/Std.pm index 823bc4dd91..920b5b46be 100644 --- a/lib/Getopt/Std.pm +++ b/lib/Getopt/Std.pm @@ -147,7 +147,7 @@ sub try_exit () { my $p = __PACKAGE__; print {output_h()} <<EOM; [Now continuing due to backward compatibility and excessive paranoia. - See ``perldoc $p'' about \$$p\::STANDARD_HELP_VERSION.] + See 'perldoc $p' about \$$p\::STANDARD_HELP_VERSION.] EOM } |