summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple/t/thread_taint.t
blob: ef7b89daeff327456f33990090094bbcb99f89e1 (plain)
1
2
3
4
5
#!/usr/bin/perl -w

use Test::More tests => 1;

ok( !$INC{'threads.pm'}, 'Loading Test::More does not load threads.pm' );