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
|
Source: libanyevent-http-scopedclient-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Genannt <jonas.genannt@capi2name.de>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
libanyevent-perl,
libanyevent-http-perl,
libmoose-perl,
liburi-perl,
libhttp-message-perl,
libnamespace-autoclean-perl
Standards-Version: 3.9.5
Homepage: https://metacpan.org/release/AnyEvent-HTTP-ScopedClient
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libanyevent-http-scopedclient-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libanyevent-http-scopedclient-perl.git;a=summary
Package: libanyevent-http-scopedclient-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libanyevent-http-perl,
libmoose-perl,
liburi-perl,
libhttp-message-perl,
libnamespace-autoclean-perl
Description: AnyEvent::HTTP based scoped client
AnyEvent::HTTP::ScopedClient is based on the Node.js Scoped-http-client.
This module provides a simple wrapper around the AnyEvent::HTTP for using
a easy event based HTTP client in Perl.
|