This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move setting $IS_ASCII and $IS_EBCDIC from ReTest.pl to test.pl
authorNicholas Clark <nick@ccl4.org>
Sat, 5 Mar 2011 14:54:11 +0000 (14:54 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 5 Mar 2011 20:26:11 +0000 (20:26 +0000)
commitef23706341528838912bf72c2f11c8cd2d03ddcc
tree1f049d051a7d31a86711a06d8351fc91dc862db8
parentc1741bad1bfa5215302880114d7b0b580cf8f0c1
Move setting $IS_ASCII and $IS_EBCDIC from ReTest.pl to test.pl

As test.pl doesn't C<use vars> for either (and shouldn't start), modify the
users to fully qualify the variables, to avoid strict vars errors.
t/re/ReTest.pl
t/re/pat.t
t/re/pat_advanced.t
t/re/pat_rt_report.t
t/test.pl