1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: libhttp-throwable-perl
Section: perl
Priority: optional
Build-Depends: @cdbs@
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).
|