Hi

I wish to adopt FormFu for a catalyst application but have come across some
issues with performance.  In an attempt to speed up page loads I have
decided to use HTML::FormFu::Preload and have a use statement in my MyApp.pm
file.

The problem is that now I seem to be getting error messages in my log:

Subroutine inflator redefined at
/opt/web-world/lib/perl5/site_perl/5.8.8/HTML/FormFu/Inflator/CompoundDateTime.pm
line 19.
Subroutine HTML::FormFu::Inflator::CompoundDateTime::strptime redefined at
/opt/web-world/lib/perl5/site_perl/5.8.8/HTML/FormFu/Attribute.pm line 58
.
Subroutine HTML::FormFu::Inflator::CompoundDateTime::field_order redefined
at /opt/web-world/lib/perl5/site_perl/5.8.8/HTML/FormFu/Attribute.pm line
 37.

Is there anywhere in particular I should be using the 'use' statement or is
there a way of preventing subroutines being re-defined?

regards
Stephen
_______________________________________________
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