summaryrefslogtreecommitdiff
path: root/regen/lib_cleanup.pl
diff options
context:
space:
mode:
authorNicolas R <atoomic@cpan.org>2017-09-13 16:52:16 -0600
committerTodd Rinaldo <toddr@cpan.org>2017-11-11 01:07:18 -0600
commite64a0c479a78e9bc54dcc90ad1f86337aad2c797 (patch)
tree3d989a1ce2e4c63ee87c34b7f24e98f10337d29b /regen/lib_cleanup.pl
parent83461ff88314343113a71164e691909448c35442 (diff)
downloadperl-e64a0c479a78e9bc54dcc90ad1f86337aad2c797.tar.gz
Replace multiple 'use vars' by 'our' in regen.
then run ./regen_perly.pl to update perly files
Diffstat (limited to 'regen/lib_cleanup.pl')
-rw-r--r--regen/lib_cleanup.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/regen/lib_cleanup.pl b/regen/lib_cleanup.pl
index 6caf74a563..d381269b7a 100644
--- a/regen/lib_cleanup.pl
+++ b/regen/lib_cleanup.pl
@@ -2,7 +2,7 @@
use strict;
require './regen/regen_lib.pl';
require './Porting/pod_lib.pl';
-use vars qw($TAP $Verbose);
+our ($TAP, $Verbose);
# For processing later
my @ext;