From: "Carl Franks" <fireart...@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



_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to