BEGIN{if($ENV{PERL_CORE}){chdir't';@INC='../lib';}}useTest::Moretests=>5;require_ok('Test::Builder');require_ok("Test::More");require_ok("Test::Simple");{packageFoo;useTest::Moreimport=>[qw(okiscan_ok)];can_ok('Foo',qw(okiscan_ok));ok(!Foo->can('like'),'import working properly');}