diff options
author | Nicolas R <atoomic@cpan.org> | 2017-09-13 16:52:16 -0600 |
---|---|---|
committer | Todd Rinaldo <toddr@cpan.org> | 2017-11-11 01:07:18 -0600 |
commit | e64a0c479a78e9bc54dcc90ad1f86337aad2c797 (patch) | |
tree | 3d989a1ce2e4c63ee87c34b7f24e98f10337d29b /regen_perly.pl | |
parent | 83461ff88314343113a71164e691909448c35442 (diff) | |
download | perl-e64a0c479a78e9bc54dcc90ad1f86337aad2c797.tar.gz |
Replace multiple 'use vars' by 'our' in regen.
then run ./regen_perly.pl to update perly files
Diffstat (limited to 'regen_perly.pl')
-rw-r--r-- | regen_perly.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/regen_perly.pl b/regen_perly.pl index b8fb5d7004..2abe8e74ea 100644 --- a/regen_perly.pl +++ b/regen_perly.pl @@ -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'; |