Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
Catalyst::Helper::HTML::FormFu - Helper to deploy HTML::FormFu template files.
SYNOPSIS
script/myapp_create.pl HTML::FormFu
DESCRIPTION
Uses HTML::FormFu::Deploy to copy HTML::FormFu template files into a Catalyst application's root/formfu
directory.
To change the destination directory, pass it as an extra directory. It will be created with the root
directory
The following example would deploy the template files into directory root/forms
.
script/myapp_create.pl HTML::FormFu forms
SUPPORT
IRC:
Join #catalyst on irc.perl.org.
Mailing Lists:
http://lists.rawmode.org/cgi-bin/mailman/listinfo/html-widget
SEE ALSO
HTML::FormFu, Catalyst::Helper
AUTHOR
Carl Franks, cfranks@cpan.org
LICENSE
This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.