Upgrade to Test-Simple-0.82.
[p5sagit/p5-mst-13.2.git] / lib / Test / Simple / t / thread_taint.t
CommitLineData
30e302f8 1#!/usr/bin/perl -w
ccbd73a4 2# $Id: /mirror/googlecode/test-more/t/thread_taint.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $
30e302f8 3
4use Test::More tests => 1;
5
ccbd73a4 6ok( !$INC{'threads.pm'}, 'Loading Test::More does not load threads.pm' );