[html-formfu] moose?

Octavian Râsnita orasnita at gmail.com
Thu Mar 5 22:04:22 GMT 2009


From: "Carl Franks" <fireartist at gmail.com>
> I think Any::Moose is a bad idea.
> Unless all your dependencies use it - which isn't going to happen as
> it's not mentioned in the Moose docs - it will cause problems.
> If a dependency starts to "use Moose", then everything using "use
> Any::Moose" will silently switch from using Mouse to Moose.

This is something good, not bad. If a dependency uses Moose, the program 
will also use Moose, which would be a little slower, but if no dependency 
uses Moose, then it will use Mouse, which would be faster.

However, for those interested in using HTML::FormFu with Catalyst, starting 
with the version 5.8 of Catalyst, the program would use Moose anyway, so 
HTML::FormFu could also just simply use Moose directly.

Octavian





More information about the HTML-FormFu mailing list