Damon Buckwalter wrote:
[...]
Index: xs/APR/Error/Error_pm
===================================================================
--- xs/APR/Error/Error_pm       (revision 156118)
+++ xs/APR/Error/Error_pm       (working copy)
@@ -4,10 +4,11 @@
use APR::Util ();

use overload
-    nomethod => \&fatal,
+     fallback => 1,
+#    nomethod => \&fatal,
    'bool'   => \&str,
-    '=='     => \&num_cmp,
-    '!='     => \&num_cmp_not,
+#    '=='     => \&num_cmp,
+#    '!='     => \&num_cmp_not,
    '0+'     => \&num,
    '""'     => \&str;


This patch plus the previous one fom Stas works nicely for me versus
the SVN trunk version.

It should work just the same w/o this patch.

If you guys are in Portland, Oregon any time soon, I owe you a beer. 8-)

I accept bribes only in a form of cranberries juice :)

Thanks to your report, we have fixed a bug in APR::Error :)

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to