Change 34156 by [EMAIL PROTECTED] on 2008/07/23 16:36:28
Undo io_linenum.t part of #34148. It was io_multihomed.t that I meant
(my mistake), and that is now covered by #34155.
Affected files ...
... //depot/perl/ext/IO/t/io_linenum.t#4 edit
Differences ...
==== //depot/perl/ext/IO/t/io_linenum.t#4 (xtext) ====
Index: perl/ext/IO/t/io_linenum.t
--- perl/ext/IO/t/io_linenum.t#3~34148~ 2008-07-16 07:12:26.000000000 -0700
+++ perl/ext/IO/t/io_linenum.t 2008-07-23 09:36:28.000000000 -0700
@@ -13,13 +13,6 @@
@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;
End of Patch.