1BEGIN { 2 if ($ENV{PERL_CORE}) { 3 chdir('t') if -d 't'; 4 @INC = qw(lib/Filter/Simple ../lib); 5 } 6} 7 8BEGIN { print "1..1\n" } 9 10use ExportTest 'ok'; 11 12notok 1; 13