From: Steve Hay Date: Wed, 23 Jul 2008 16:36:28 +0000 (+0000) Subject: Undo io_linenum.t part of #34148. It was io_multihomed.t that I meant X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8fdbae25099b33d6035cb6e295622a0580c070a1;p=p5sagit%2Fp5-mst-13.2.git Undo io_linenum.t part of #34148. It was io_multihomed.t that I meant (my mistake), and that is now covered by #34155. p4raw-id: //depot/perl@34156 --- diff --git a/ext/IO/t/io_linenum.t b/ext/IO/t/io_linenum.t index 954c223..a1b1bc6 100755 --- a/ext/IO/t/io_linenum.t +++ b/ext/IO/t/io_linenum.t @@ -13,13 +13,6 @@ BEGIN { @INC = '../lib'; } require strict; import strict; - - # Import test.pl into its own package - { - package TestPL; - require($ENV{PERL_CORE} ? './test.pl' : './t/test.pl'); - TestPL::watchdog(15); - } } use Test;