This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to Filter::Simple 0.77.
[perl5.git] / lib / Filter / Simple / t / import.t
CommitLineData
201f4820
JH
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..4\n" }
9
10use ImportTest (1..3);
11
12say "not ok 4\n";