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 ext
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)
commitfd55ca4fb1e49bf9880aad1e3d9f27ace56ec139
treeee4fe8e8ccd3cdef389b201a64b9863d2fcf3363
parentcc01160e81924fc81416f1a69e0c7c52f7c1bcf7
Replace multiple 'use vars' by 'our' in ext

Using vars pragma is discouraged and has been superseded by 'our' declarations
available in Perl v5.6.0 or later.

This commit is about replacing the usage of 'vars' pragma
by 'our' in 'ext' directory.
17 files changed:
ext/B/t/OptreeCheck.pm
ext/B/t/b.t
ext/B/t/terse.t
ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm
ext/FileCache/lib/FileCache.pm
ext/FileCache/t/01open.t
ext/FileCache/t/02maxopen.t
ext/FileCache/t/03append.t
ext/FileCache/t/06export.t
ext/Hash-Util-FieldHash/t/12_hashwarn.t
ext/POSIX/t/sigaction.t
ext/Pod-Html/lib/Pod/Html.pm
ext/VMS-DCLsym/DCLsym.pm
ext/VMS-Stdio/Stdio.pm
ext/XS-APItest/t/autoload.t
ext/XS-APItest/t/xsub_h.t
ext/XS-Typemap/Typemap.pm