summaryrefslogtreecommitdiff
path: root/utils/libnetcfg.PL
diff options
context:
space:
mode:
authorjkeenan <jkeenan@cpan.org>2011-11-20 09:55:28 -0500
committerFather Chrysostomos <sprout@cpan.org>2011-11-22 16:27:23 -0800
commit28fb188d5c673f559bc91fefc5ea18a47017d88e (patch)
treea2e3ef35c7b4bacd7d8913141b5820f2a0d1f206 /utils/libnetcfg.PL
parent6b0bcbb15a2b81f5d96b8c9dc4c65f0054126b86 (diff)
downloadperl-28fb188d5c673f559bc91fefc5ea18a47017d88e.tar.gz
[RT #36079] Convert ` to '.
Diffstat (limited to 'utils/libnetcfg.PL')
-rw-r--r--utils/libnetcfg.PL8
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/libnetcfg.PL b/utils/libnetcfg.PL
index 1f47c24a17..c6908f8613 100644
--- a/utils/libnetcfg.PL
+++ b/utils/libnetcfg.PL
@@ -218,7 +218,7 @@ sub get_hostname
print <<"EDQ";
*** ERROR:
- Hostname `$host' does not seem to exist, please enter again
+ Hostname '$host' does not seem to exist, please enter again
or a single space to clear any default
EDQ
@@ -684,9 +684,9 @@ $cfg{'inet_domain'} = ($ans =~ /(\S+)/)[0];
$msg = <<EDQ;
If you specified some default hosts above, it is possible for me to
-do some basic tests when you run `make test'
+do some basic tests when you run 'make test'
-This will cause `make test' to be quite a bit slower and, if your
+This will cause 'make test' to be quite a bit slower and, if your
internet connection is via dialup, will require you to be on-line
unless the hosts are local.
@@ -714,7 +714,7 @@ print "\n";
#---------------------------------------------------------------------------
my $fh = IO::File->new($libnet_cfg_out, "w") or
- die "Cannot create `$libnet_cfg_out': $!";
+ die "Cannot create '$libnet_cfg_out': $!";
print "Writing $libnet_cfg_out\n";