This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move two tests using charnames from t/re/pat.t to pat_rt_report.t
authorNicholas Clark <nick@ccl4.org>
Fri, 25 Feb 2011 15:56:04 +0000 (15:56 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 6 Mar 2011 09:13:50 +0000 (09:13 +0000)
commit5c0a530f531c4c1d760edf76bbc9ed69672e15e2
treeffad4de6cbc170b2df4773b31ca2fd7f94ebb011
parent4fd7f5ff8da050d88e61e334c715394bb9403e9e
Move two tests using charnames from t/re/pat.t to pat_rt_report.t

The latter is skipped under minitest, as C<re> may not be available.
charnames may also fail to load under minitest, if File::Spec has not been
built. t/re/pat.t should now always run (and pass) under minitest.
t/re/pat.t
t/re/pat_rt_report.t