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
|
Source: libanyevent-cachedns-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
libmodule-build-perl,
perl
Build-Depends-Indep: libanyevent-perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libanyevent-cachedns-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libanyevent-cachedns-perl.git
Homepage: https://metacpan.org/release/AnyEvent-CacheDNS
Testsuite: autopkgtest-pkg-perl
Package: libanyevent-cachedns-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libanyevent-perl
Description: simple DNS resolver with caching for AnyEvent
AnyEvent::CacheDNS provides a very simple DNS resolver that caches its
results and can improve the connection times to remote hosts.
.
It's possible to register this class as AnyEvent's main DNS resolver by
passing the tag :register in the use statement.
.
This module is very basic and has no policies for clearing or invalidating
the DNS cache.
|