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
|
Source: libhttp-throwable-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
devscripts,
perl,
debhelper,
dh-buildinfo,
liblist-allutils-perl,
libmoox-strictconstructor-perl,
libpackage-variant-perl,
libplack-perl,
libthrowable-perl,
libsub-exporter-perl,
libtype-tiny-perl,
libnamespace-clean-perl,
libmoo-perl (>= 1.004003),
libhttp-message-perl,
libtest-deep-perl,
libtest-fatal-perl,
perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
perl (>= 5.17.1) | libcpan-meta-perl (>= 2.120900)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libhttp-throwable-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhttp-throwable-perl.git
Homepage: https://github.com/rjbs/HTTP-Throwable
Testsuite: autopkgtest-pkg-perl
Package: libhttp-throwable-perl
Architecture: all
Depends: ${cdbs:Depends},
${misc:Depends},
${perl:Depends}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
Description: strongly-typed, PSGI-friendly HTTP 1.1 exception libraries
HTTP::Throwable provides a set of strongly-typed, PSGI-friendly
exception implementations corresponding to the HTTP error status code
(4xx-5xx) as well as the redirection codes (3xx).
|