AnyEvent::CacheDNS: Disable tests
This doesn't work in a sandbox because it accesses the network.
This commit is contained in:
parent
65f44f3f3a
commit
590c164858
|
@ -138,6 +138,7 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
buildInputs = [ ModuleBuild ];
|
||||
propagatedBuildInputs = [ AnyEvent ];
|
||||
doCheck = false; # does an DNS lookup
|
||||
meta = {
|
||||
homepage = http://github.com/potyl/perl-AnyEvent-CacheDNS;
|
||||
description = "Simple DNS resolver with caching";
|
||||
|
|
Loading…
Reference in New Issue