Hi, I've installed today the module HTML::FormFu with the command ,cpan HTML::FormFu'.
But then I got the following error message: Caught exception in MyApp::Controller::Contact->index "Couldn't load class (HTML::FormFu::Role::Element::Input) because: Invalid version format (non-numeric data) at /usr/local/share/perl/5.10.1/MooseX/SetOnce.pm line 14. After searching long time I've found out, that Moose::Role wasn't installed. After I installed it, everything worked fine. It seems, that somewhere is missing a 'require Moose::Role'. Stefan
_______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
