Assimilate Test-Simple 0.50
[p5sagit/p5-mst-13.2.git] / lib / Test / Simple / t / thread_taint.t
1 #!/usr/bin/perl -w
2
3 use Test::More tests => 1;
4
5 ok( !$INC{'threads.pm'}, 'Loading Test::More does not load threads.pm' );