This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
allow test.pl tests to use C<< plan skip_all => $reason >>
authorTony Cook <tony@develop-help.com>
Wed, 2 Jul 2014 00:30:07 +0000 (10:30 +1000)
committerTony Cook <tony@develop-help.com>
Wed, 2 Jul 2014 00:30:07 +0000 (10:30 +1000)
commit8065402372eb5d17f3627f2a0e4576c81b14f1e8
treebe43f6a3be7f37bf8f4504e064b0c7d4efb15d57
parentf7bdd0be8124af3d6c14acac62954f6947ca7bf8
allow test.pl tests to use C<< plan skip_all => $reason >>

This pointless incompatibility with Test::More has resulted in
many annoyingly broken test scripts.
MANIFEST
t/test.pl
t/test_pl/plan_skip_all.t [new file with mode: 0644]