This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Oops (fix previous fix).
[perl5.git] / lib / Filter / Simple / t / export.t
1 BEGIN {
2     if( $ENV{PERL_CORE} ) {
3         chdir 't';
4         @INC = ('../lib', 'lib');
5     }
6     else {
7         unshift @INC, 't/lib/';
8     }
9 }
10 chdir 't';
11
12 BEGIN { print "1..1\n" }
13
14 use Filter::Simple::ExportTest 'ok';
15
16 notok 1;