1BEGIN {
2    unshift @INC, 't/lib/';
3}
4BEGIN { print "1..1\n" }
5
6use Filter::Simple::ExportTest 'ok';
7
8notok 1;
9