]> git.vpit.fr Git - perl/modules/Test-Leaner.git/blob - t/12-plan-skip_all.t
Bump copyright year
[perl/modules/Test-Leaner.git] / t / 12-plan-skip_all.t
1 #!perl -T
2
3 use strict;
4 use warnings;
5
6 BEGIN { delete $ENV{PERL_TEST_LEANER_USES_TEST_MORE} }
7
8 use Test::Leaner;
9
10 plan skip_all => 'testing plan skip_all';
11
12 die 'should not be reached';