This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b8bf4b
)
regen/feature.pl: Show perl.h line num in error msg
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 25 Feb 2012 22:14:07 +0000
(14:14 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 25 Feb 2012 22:14:07 +0000
(14:14 -0800)
regen/feature.pl
patch
|
blob
|
blame
|
history
diff --git
a/regen/feature.pl
b/regen/feature.pl
index
f362396
..
0844e44
100755
(executable)
--- 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 }
}