This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
expect -k to be overloadable on Win32
[perl5.git] / dist / Filter-Simple / t / export.t
1 BEGIN {
2     unshift @INC, 't/lib/';
3 }
4 BEGIN { print "1..1\n" }
5
6 use Filter::Simple::ExportTest 'ok';
7
8 notok 1;