Change 30053 by [EMAIL PROTECTED] on 2007/01/28 23:11:59
Fix bug introduced by a clean merge in change 30051. Either my test
environment is screwy, or my ability to read (or at least notice things)
is impaired. Although I suspect upgrading to Test::Harness 2.62 will
help, as that restores the die-on-errors, which t/harness lacks
currently.
Affected files ...
... //depot/maint-5.8/perl/ext/B/B.xs#25 edit
Differences ...
==== //depot/maint-5.8/perl/ext/B/B.xs#25 (text) ====
Index: perl/ext/B/B.xs
--- perl/ext/B/B.xs#24~30051~ 2007-01-28 13:56:48.000000000 -0800
+++ perl/ext/B/B.xs 2007-01-28 15:11:59.000000000 -0800
@@ -1086,7 +1086,7 @@
COP_warnings(o)
B::COP o
-void
+B::SV
COP_io(o)
B::COP o
End of Patch.