On Sun, 17 Mar 2002, Robin Berjon wrote:

> On Sunday 17 March 2002 12:23, Matt Sergeant wrote:
> > I've put an AxKit 1.5.1 test distribution in the beta directory on
> > AxKit.org's download section. Please test, and let me know if it compiles
> > and runs OK for you. I want to release this ASAP.
>
> All tests pass, though I get lots of spurious "Subroutine (bool redefined at
> /home/perl/lib/perl5/5.6.1/overload.pm line 23." These are the same I get on
> server start, and I don't know where that extra parens comes from.
>
> I ran a few sites on it, with the latest XML::LibX{ML,SLT} and it all appears
> to work smoothely :)

Try the following patch:

Index: lib/Apache/AxKit/Exception.pm
===================================================================
RCS file: /home/cvs/xml-axkit/lib/Apache/AxKit/Exception.pm,v
retrieving revision 1.1
diff -r1.1 Exception.pm
30c30
< use overload 'bool' => 'bool';
---
> use overload 'bool' => \&bool;


-- 
<!-- Matt -->
<:->Get a smart net</:->


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

Reply via email to