On Thu, May 20, 2010 at 11:56 AM, Charlie Garrison <[email protected]> wrote: > Good morning, > > The change notes for 0.70 say: > > - Change from Class::C3 to mro, to get built-in support in perl >= 5.9 > > Does that mean that HTML::FormFu is no longer compatible with perl 5.8?
I can see the failures in the CPAN Testers reports. D'oh. I've checked in revision 1713, which adds a 'use MRO::Compat;' before any "use mro" statement. This should solve the issue. Please test svn trunk. -- Brian Cassidy ([email protected]) _______________________________________________ HTML-FormFu mailing list [email protected] http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu
