projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed272d6
)
Undo io_linenum.t part of #34148. It was io_multihomed.t that I meant
author
Steve Hay
<SteveHay@planit.com>
Wed, 23 Jul 2008 16:36:28 +0000
(16:36 +0000)
committer
Steve Hay
<SteveHay@planit.com>
Wed, 23 Jul 2008 16:36:28 +0000
(16:36 +0000)
(my mistake), and that is now covered by #34155.
p4raw-id: //depot/perl@34156
ext/IO/t/io_linenum.t
patch
|
blob
|
history
diff --git
a/ext/IO/t/io_linenum.t
b/ext/IO/t/io_linenum.t
index
954c223
..
a1b1bc6
100755
(executable)
--- 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;