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 ];
|
buildInputs = [ ModuleBuild ];
|
||||||
propagatedBuildInputs = [ AnyEvent ];
|
propagatedBuildInputs = [ AnyEvent ];
|
||||||
|
doCheck = false; # does an DNS lookup
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://github.com/potyl/perl-AnyEvent-CacheDNS;
|
homepage = http://github.com/potyl/perl-AnyEvent-CacheDNS;
|
||||||
description = "Simple DNS resolver with caching";
|
description = "Simple DNS resolver with caching";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user