This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Replace multiple 'use vars' by 'our' in utils
authorNicolas R <atoomic@cpan.org>
Tue, 12 Sep 2017 19:20:25 +0000 (13:20 -0600)
committerTodd Rinaldo <toddr@cpan.org>
Sat, 11 Nov 2017 07:07:18 +0000 (01:07 -0600)
commit3d3a0a8a5e7ee9abf3f3e52e1b63942b8c55a069
tree0b9243ef82f41ad1cdfc2b934499e49615dce73d
parentfd55ca4fb1e49bf9880aad1e3d9f27ace56ec139
Replace multiple 'use vars' by 'our' in utils

Using vars pragma is discouraged and has been superseded by 'our' declarations
available in Perl v5.6.0 or later.
Porting/Maintainers.pm
Porting/pod_rules.pl
configpm
installhtml
installman
installperl
pod/buildtoc