1#!/usr/bin/perl -w 2 3use Test::More tests => 1; 4 5ok( !$INC{'threads.pm'}, 'Loading Test::More does not load threads.pm' ); 6