Change 12074 by sky@sky-borderline on 2001/09/18 18:49:03
Fixes test case failure introduced by #12071, the warning is
now correctly spelled :-)
Affected files ...
... //depot/perl/ext/IO/lib/IO/t/io_sel.t#2 edit
Differences ...
==== //depot/perl/ext/IO/lib/IO/t/io_sel.t#2 (xtext) ====
Index: perl/ext/IO/lib/IO/t/io_sel.t
--- perl/ext/IO/lib/IO/t/io_sel.t.~1~ Tue Sep 18 13:00:05 2001
+++ perl/ext/IO/lib/IO/t/io_sel.t Tue Sep 18 13:00:05 2001
@@ -118,7 +118,7 @@
# check warnings
$SIG{__WARN__} = sub {
++ $w
- if $_[0] =~ /^Call to depreciated method 'has_error', use 'has_exception'/
+ if $_[0] =~ /^Call to deprecated method 'has_error', use 'has_exception'/
} ;
$w = 0 ;
IO::Select::has_error();
End of Patch.