This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
configpm: comment typo
authorFather Chrysostomos <sprout@cpan.org>
Thu, 14 Jun 2012 06:11:26 +0000 (23:11 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 15 Jun 2012 19:28:17 +0000 (12:28 -0700)
configpm

index 33811ee..d38c268 100755 (executable)
--- 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 { }