diff options
author | jkeenan <jkeenan@cpan.org> | 2011-11-20 09:55:28 -0500 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-11-22 16:27:23 -0800 |
commit | 28fb188d5c673f559bc91fefc5ea18a47017d88e (patch) | |
tree | a2e3ef35c7b4bacd7d8913141b5820f2a0d1f206 /utils/h2xs.PL | |
parent | 6b0bcbb15a2b81f5d96b8c9dc4c65f0054126b86 (diff) | |
download | perl-28fb188d5c673f559bc91fefc5ea18a47017d88e.tar.gz |
[RT #36079] Convert ` to '.
Diffstat (limited to 'utils/h2xs.PL')
-rw-r--r-- | utils/h2xs.PL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/h2xs.PL b/utils/h2xs.PL index 6239f8f26f..6c41ea9cdd 100644 --- a/utils/h2xs.PL +++ b/utils/h2xs.PL @@ -2093,8 +2093,8 @@ my $tests = @const_names ? 2 : 1; open EX, ">$testfile" or die "Can't create $ext$modpname/$testfile: $!\n"; print EX <<_END_; -# Before `make install' is performed this script should be runnable with -# `make test'. After `make install' it should work as `perl $modpname.t' +# Before 'make install' is performed this script should be runnable with +# 'make test'. After 'make install' it should work as 'perl $modpname.t' ######################### |