[html-formfu] Is mro.pm really required?

Brian Cassidy brian.cassidy at gmail.com
Thu May 20 16:58:28 GMT 2010


On Thu, May 20, 2010 at 11:56 AM, Charlie Garrison <garrison at zeta.org.au> 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 (brian.cassidy at gmail.com)



More information about the HTML-FormFu mailing list