This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regen/feature.pl: Show perl.h line num in error msg
authorFather Chrysostomos <sprout@cpan.org>
Sat, 25 Feb 2012 22:14:07 +0000 (14:14 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 25 Feb 2012 22:14:07 +0000 (14:14 -0800)
regen/feature.pl

index f362396..0844e44 100755 (executable)
@@ -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 }
 }