diff options
author | jkeenan <jkeenan@cpan.org> | 2011-11-19 19:23:00 -0500 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-11-22 16:27:14 -0800 |
commit | 882ce58311c12cbb8ddfaeaaf1c718a77e62c5b9 (patch) | |
tree | 9e3d9a5a65f423429c8a927720f9c33f096432a7 /ext/Sys-Hostname | |
parent | 55bee391aeff3c3b8d22fa4ce5491ee9440028aa (diff) | |
download | perl-882ce58311c12cbb8ddfaeaaf1c718a77e62c5b9.tar.gz |
[RT #36079] Convert ` to '.
Diffstat (limited to 'ext/Sys-Hostname')
-rw-r--r-- | ext/Sys-Hostname/t/Hostname.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Sys-Hostname/t/Hostname.t b/ext/Sys-Hostname/t/Hostname.t index 8e012b4d43..40352ba237 100644 --- a/ext/Sys-Hostname/t/Hostname.t +++ b/ext/Sys-Hostname/t/Hostname.t @@ -18,6 +18,6 @@ if ($@) { print "1..0\n" if $@ =~ /Cannot get host name/; } else { print "1..1\n"; - print "# \$host = `$host'\n"; + print "# \$host = '$host'\n"; print "ok 1\n"; } |