Source: libhtml-formhandler-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Angel Abad <angel@debian.org>,
           Dominique Dumont <dod@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libaliased-perl,
                     libclass-load-perl,
                     libconfig-any-perl,
                     libcrypt-blowfish-perl,
                     libcrypt-cbc-perl,
                     libdata-clone-perl,
                     libdatetime-format-strptime-perl,
                     libdatetime-perl,
                     libemail-valid-perl,
                     libfile-sharedir-install-perl,
                     libfile-sharedir-perl,
                     libhtml-parser-perl,
                     libhtml-tree-perl,
                     libjson-perl,
                     libmoose-perl (>= 2.1403),
                     libmoosex-getopt-perl,
                     libmoosex-types-common-perl,
                     libmoosex-types-loadableclass-perl,
                     libmoosex-types-perl,
                     libnamespace-autoclean-perl,
                     libpadwalker-perl,
                     libsub-exporter-perl,
                     libsub-name-perl,
                     libtemplate-perl,
                     libtest-differences-perl,
                     libtest-exception-perl,
                     libtest-memory-cycle-perl,
                     libtest-warn-perl,
                     libtry-tiny-perl,
                     libtype-tiny-perl,
                     libyaml-syck-perl,
                     libjson-maybexs-perl (>= 1.003003),
                     perl,
                     perl (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33)
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhtml-formhandler-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libhtml-formhandler-perl.git
Homepage: https://metacpan.org/release/HTML-FormHandler

Package: libhtml-formhandler-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libaliased-perl,
         libclass-load-perl,
         libcrypt-blowfish-perl,
         libcrypt-cbc-perl,
         libdata-clone-perl,
         libdatetime-format-strptime-perl,
         libdatetime-perl,
         libemail-valid-perl,
         libfile-sharedir-perl,
         libhtml-parser-perl,
         libhtml-tree-perl,
         libjson-perl,
         libmoose-perl (>= 2.1403),
         libmoosex-getopt-perl,
         libmoosex-types-common-perl,
         libmoosex-types-loadableclass-perl,
         libmoosex-types-perl,
         libnamespace-autoclean-perl,
         libsub-exporter-perl,
         libsub-name-perl,
         libtry-tiny-perl,
         libjson-maybexs-perl (>= 1.003003),
         perl (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33)
Recommends: libconfig-any-perl,
            libgd-securityimage-perl,
            libtemplate-perl
Description: form handler written in Moose
 HTML::FormHandler maintains a clean separation between form construction and
 form rendering. It allows you to define your forms and fields in a number of
 flexible ways. Although it provides renderers for HTML, you can define custom
 renderers for any kind of presentation.