libpoe-component-resolver-perl 0.912-1 source package in Ubuntu

Changelog

libpoe-component-resolver-perl (0.912-1) unstable; urgency=low
  * New upstream release.  * Add /me to Uploaders.  * Bump debhelper compatibility level to 8.  * Set Standards-Version to 3.9.2 (no changes).  * Update versioned (build) dependencies as per upstream changes. -- gregor herrmann <email address hidden>  Tue, 05 Jul 2011 20:18:02 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libpoe-component-resolver-perl_0.912-1.dsc 2.2 KiB e1687f56302254595723573895757412e258c42e88afd143299d57afc203208b
libpoe-component-resolver-perl_0.912.orig.tar.gz 26.1 KiB 75648dcd441bb60cb57bed96ab8ae16d26901af6d9512c7b7f65b85ed51e3de4
libpoe-component-resolver-perl_0.912-1.debian.tar.gz 2.2 KiB 42bc8fa2da49a0e0fe89fbd23e0900448ed5ee542e5133b0f9a18eafe4081908

No changes file available.

Binary packages built by this source

libpoe-component-resolver-perl: POE Component for domain name resolution

 POE::Component::Resolver is a Perl module that provides nonblocking domain
 name resolution by using Socket::GetAddrInfo's getaddrinfo() function in
 subprocesses where they are permitted to block indefinitely.
 .
 By default, it will use a maximum of eight subprocesses and prefer address
 families in whatever order Socket::GetAddrInfo returns them. These defaults
 can be overridden with constructor parameters.