summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-02-25 14:14:07 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-02-25 14:14:07 -0800
commit5d826eaef15535c7ea548c9031da0da0406c4941 (patch)
tree0b7c0fed73468f5c6b3884d430fea802eb9035f9
parent1b8bf4b95ca70500e1f934a23727e6fb49e6cbb9 (diff)
downloadperl-5d826eaef15535c7ea548c9031da0da0406c4941.tar.gz
regen/feature.pl: Show perl.h line num in error msg
-rwxr-xr-xregen/feature.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/regen/feature.pl b/regen/feature.pl
index f362396943..0844e44575 100755
--- a/regen/feature.pl
+++ b/regen/feature.pl
@@ -106,7 +106,7 @@ while (readline "perl.h") {
length sprintf "%b", scalar keys %UniqueBundles;
$bits =~ /1{$bits_needed}/
or die "Not enough bits (need $bits_needed)"
- . " in $bits (binary for $hex):\n\n$_\n";
+ . " in $bits (binary for $hex):\n\n$_\n ";
}
if ($Uni8Bit && $HintMask) { last }
}