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:
a54396a
)
Fixes test case failure introduced by #12071, the warning is
author
Artur Bergman
<sky@nanisky.com>
Tue, 18 Sep 2001 18:49:03 +0000
(18:49 +0000)
committer
Artur Bergman
<sky@nanisky.com>
Tue, 18 Sep 2001 18:49:03 +0000
(18:49 +0000)
now correctly spelled :-)
p4raw-id: //depot/perl@12074
ext/IO/lib/IO/t/io_sel.t
patch
|
blob
|
history
diff --git
a/ext/IO/lib/IO/t/io_sel.t
b/ext/IO/lib/IO/t/io_sel.t
index
84660db
..
1426b76
100755
(executable)
--- a/
ext/IO/lib/IO/t/io_sel.t
+++ b/
ext/IO/lib/IO/t/io_sel.t
@@
-118,7
+118,7
@@
print "ok 21\n";
# check warnings
$SIG{__WARN__} = sub {
++ $w
- if $_[0] =~ /^Call to deprec
i
ated method 'has_error', use 'has_exception'/
+ if $_[0] =~ /^Call to deprecated method 'has_error', use 'has_exception'/
} ;
$w = 0 ;
IO::Select::has_error();