1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
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,
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: 3.9.8
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,
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.
|