Source: libhtml-formfu-perl
Maintainer: Debian Perl Group
Uploaders: Ansgar Burchardt ,
Salvatore Bonaccorso ,
gregor herrmann ,
Florian Schlichting
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11),
libfile-sharedir-install-perl
Build-Depends-Indep: perl,
libcgi-pm-perl | perl (<< 5.19),
libcgi-simple-perl,
libclone-perl,
libconfig-any-perl,
libdata-visitor-perl,
libdatetime-format-builder-perl,
libdatetime-format-natural-perl,
libdatetime-format-strptime-perl,
libdatetime-locale-perl,
libdatetime-perl,
libdbix-class-perl,
libemail-valid-perl,
libfile-sharedir-perl,
libhash-flatten-perl,
libhtml-scrubber-perl,
libhtml-tokeparser-simple-perl,
libjson-maybexs-perl,
liblist-moreutils-perl,
libmoose-perl,
libmoosex-aliases-perl,
libmoosex-attribute-chained-perl (>= 1.0.2),
libnumber-format-perl,
libpath-class-perl,
libreadonly-perl,
libregexp-assemble-perl,
libregexp-common-perl,
libscalar-list-utils-perl (>= 1:1.45),
libtask-weaken-perl,
libtest-exception-perl,
libtest-requiresinternet-perl,
libwww-perl,
libyaml-libyaml-perl
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhtml-formfu-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhtml-formfu-perl.git
Homepage: https://github.com/FormFu/HTML-FormFu
Package: libhtml-formfu-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
libcgi-pm-perl | perl (<< 5.19),
libclone-perl,
libconfig-any-perl,
libdata-visitor-perl,
libdatetime-format-builder-perl,
libdatetime-format-natural-perl,
libdatetime-format-strptime-perl,
libdatetime-locale-perl,
libdatetime-perl,
libemail-valid-perl,
libfile-sharedir-perl,
libhash-flatten-perl,
libhtml-scrubber-perl,
libhtml-tokeparser-simple-perl,
libjson-maybexs-perl,
liblist-moreutils-perl,
libmoose-perl,
libmoosex-aliases-perl,
libmoosex-attribute-chained-perl (>= 1.0.2),
libnumber-format-perl,
libpath-class-perl,
libreadonly-perl,
libregexp-common-perl,
libscalar-list-utils-perl (>= 1:1.45),
libtask-weaken-perl,
libwww-perl,
libyaml-libyaml-perl
Suggests: libcgi-simple-perl,
libhtml-formfu-model-dbic-perl
Breaks: libhtml-formfu-model-dbic-perl (<< 2.03),
libcatalyst-controller-html-formfu-perl (<< 2.04)
Description: HTML form creation, rendering and validation framework
HTML::FormFu is a HTML form framework which aims to be as easy as
possible to use for basic web forms, but with the power and flexibility
to do anything else you might want to do (as long as it involves forms).
.
You can configure almost any part of formfu's behaviour and output. By
default formfu renders "XHTML 1.0 Strict" compliant markup, with as
little extra markup as possible, but with sufficient CSS class names to
allow for a wide-range of output styles to be generated by changing only
the CSS.