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
|
Source: libhttp-throwable-perl
Section: perl
Priority: optional
Build-Depends:
debhelper-compat (= 13),
libmoox-strictconstructor-perl <!nocheck>,
libpackage-variant-perl <!nocheck>,
libplack-perl <!nocheck>,
libthrowable-perl <!nocheck>,
libsub-exporter-perl <!nocheck>,
libtype-tiny-perl <!nocheck>,
libnamespace-clean-perl <!nocheck>,
libmoo-perl <!nocheck>,
libhttp-message-perl <!nocheck>,
libtest-deep-perl <!nocheck>,
libtest-fatal-perl <!nocheck>,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhttp-throwable-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhttp-throwable-perl
Homepage: https://github.com/rjbs/HTTP-Throwable
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Package: libhttp-throwable-perl
Architecture: all
Depends:
libmoo-perl,
libmoox-strictconstructor-perl,
libnamespace-clean-perl,
libpackage-variant-perl,
libplack-perl,
libsub-exporter-perl,
libthrowable-perl,
libtype-tiny-perl,
${misc:Depends},
${perl:Depends}
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).
|