Upgrade to Test-Simple-0.82.
[p5sagit/p5-mst-13.2.git] / lib / Test / Simple / t / plan_skip_all.t
1 # $Id: /mirror/googlecode/test-more/t/plan_skip_all.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51  $
2 BEGIN {
3     if( $ENV{PERL_CORE} ) {
4         chdir 't';
5         @INC = '../lib';
6     }
7 }
8
9 use Test::More;
10
11 plan skip_all => 'Just testing plan & skip_all';
12
13 fail('We should never get here');