This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
locale.c: Properly return LC_ALL locale names
[perl5.git] / regen_perly.pl
index b8fb5d7..2abe8e7 100644 (file)
@@ -35,6 +35,7 @@ sub usage { die "usage: $0 [ -b bison_executable ] [ file.y ]\n" }
 use warnings;
 use strict;
 
+our $Verbose;
 BEGIN { require './regen/regen_lib.pl'; }
 
 my $bison = 'bison';