d71a70c31d76dc2623b2f2f0475a05e97ed3fc81
[p5sagit/p5-mst-13.2.git] / t / lib / sample-tests / inc_taint
1 #!/usr/bin/perl -Tw
2
3 use lib qw(t/lib);
4 use Test::More tests => 1;
5
6 ok( grep( /examples/, @INC ) );
7