From 28fb188d5c673f559bc91fefc5ea18a47017d88e Mon Sep 17 00:00:00 2001 From: jkeenan Date: Sun, 20 Nov 2011 09:55:28 -0500 Subject: [RT #36079] Convert ` to '. --- utils/h2xs.PL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/h2xs.PL') 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' ######################### -- cgit v1.2.1