File: thread_taint.t

package info (click to toggle)
libtest-simple-perl 0.62-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 540 kB
  • ctags: 137
  • sloc: perl: 3,674; makefile: 43
file content (5 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (5)
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' );