source: trunk/essentials/dev-lang/perl/lib/Thread/Queue.t@ 3280

Last change on this file since 3280 was 3181, checked in by bird, 19 years ago

perl 5.8.8

File size: 1.2 KB
Line 
1use warnings;
2
3BEGIN {
4 chdir 't' if -d 't';
5 push @INC ,'../lib';
6 require Config; import Config;
7 unless ($Config{'useithreads'}) {