Upgrade to Test-Simple-0.82.
[p5sagit/p5-mst-13.2.git] / lib / Test / Simple / t / import.t
CommitLineData
ccbd73a4 1# $Id: /mirror/googlecode/test-more/t/import.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $
33459055 2BEGIN {
a9153838 3 if( $ENV{PERL_CORE} ) {
4 chdir 't';
5 @INC = '../lib';
6 }
33459055 7}
8
a9153838 9
33459055 10use Test::More tests => 2, import => [qw(!fail)];
11
12can_ok(__PACKAGE__, qw(ok pass like isa_ok));
13ok( !__PACKAGE__->can('fail'), 'fail() not exported' );