diff options
Diffstat (limited to 'cpan/Test-Simple/t/thread_taint.t')
-rw-r--r-- | cpan/Test-Simple/t/thread_taint.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpan/Test-Simple/t/thread_taint.t b/cpan/Test-Simple/t/thread_taint.t new file mode 100644 index 0000000000..ef7b89daef --- /dev/null +++ b/cpan/Test-Simple/t/thread_taint.t @@ -0,0 +1,5 @@ +#!/usr/bin/perl -w + +use Test::More tests => 1; + +ok( !$INC{'threads.pm'}, 'Loading Test::More does not load threads.pm' ); |