summaryrefslogtreecommitdiff
path: root/t/lib/sample-tests/inc_taint
blob: c0dc994989cb352c09da6ded50baeb7a93662e62 (plain)
1
2
3
4
5
6
7
#!/usr/bin/perl -Tw

use lib qw(t/lib);
use Test::More tests => 1;

ok( grep(/we_added_this_lib/, @INC) );