diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-06-13 23:11:26 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-06-15 12:28:17 -0700 |
commit | e4d9df75f67eecf004b37e74c31fb8f718ee26a3 (patch) | |
tree | 86501dd9ddae70bc5405570552fea3bfaa6b0920 /configpm | |
parent | 7ad40bcb0a1945209ae2ef764e666a07c677c020 (diff) | |
download | perl-e4d9df75f67eecf004b37e74c31fb8f718ee26a3.tar.gz |
configpm: comment typo
Diffstat (limited to 'configpm')
-rwxr-xr-x | configpm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 { } |