summaryrefslogtreecommitdiff
path: root/configpm
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-06-13 23:11:26 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-06-15 12:28:17 -0700
commite4d9df75f67eecf004b37e74c31fb8f718ee26a3 (patch)
tree86501dd9ddae70bc5405570552fea3bfaa6b0920 /configpm
parent7ad40bcb0a1945209ae2ef764e666a07c677c020 (diff)
downloadperl-e4d9df75f67eecf004b37e74c31fb8f718ee26a3.tar.gz
configpm: comment typo
Diffstat (limited to 'configpm')
-rwxr-xr-xconfigpm4
1 files changed, 2 insertions, 2 deletions
diff --git a/configpm b/configpm
index 33811eec27..d38c2683bd 100755
--- a/configpm
+++ b/configpm
@@ -808,8 +808,8 @@ if ($Common{byteorder}) {
}
my $fast_config = join '', map { " $_,\n" } sort values %Common;
-# Sanity check needed to stop an infite loop if Config_heavy.pl fails to define
-# &launcher for some reason (eg it got truncated)
+# Sanity check needed to stop an infinite loop if Config_heavy.pl fails to
+# define &launcher for some reason (eg it got truncated)
$config_txt .= sprintf <<'ENDOFTIE', $fast_config;
sub DESTROY { }