Debian lenny version packages
[pkg-perl] / deb-src / libtest-simple-perl / libtest-simple-perl-0.80 / t / plan_skip_all.t
1 BEGIN {
2     if( $ENV{PERL_CORE} ) {
3         chdir 't';
4         @INC = '../lib';
5     }
6 }
7
8 use Test::More;
9
10 plan skip_all => 'Just testing plan & skip_all';
11
12 fail('We should never get here');