Revert "Net::HTTP: Disable tests"

This should work with a well built version of perl that has correctly
generated Errno information.

This reverts commit 623401788d.
This commit is contained in:
William A. Kennington III 2015-06-12 13:56:19 -07:00
parent 03efddef75
commit 458552f614

View File

@ -6967,7 +6967,6 @@ let self = _self // overrides; _self = with self; {
url = mirror://cpan/authors/id/G/GA/GAAS/Net-HTTP-6.06.tar.gz;
sha256 = "1m1rvniffadq99gsy25298ia3lixwymr6kan64jd3ylyi7nkqkhx";
};
doCheck = false; # binds to TCP ports
meta = {
description = "Low-level HTTP connection (client)";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];