[cpan2nix] perlPackages.TestPodNo404s: cleanup

This commit is contained in:
volth 2018-04-07 07:57:17 +00:00
parent 6adfd5f0f4
commit a6c6dc1ef6

View File

@ -14570,18 +14570,19 @@ let self = _self // overrides; _self = with self; {
}; };
}; };
TestPodNo404s = buildPerlPackage rec { TestPodNo404s = buildPerlModule rec {
name = "Test-Pod-No404s-0.02"; name = "Test-Pod-No404s-0.02";
src = fetchurl { src = fetchurl {
url = "mirror://cpan/authors/id/A/AP/APOCAL/Test-Pod-No404s-0.02.tar.gz"; url = "mirror://cpan/authors/id/A/AP/APOCAL/Test-Pod-No404s-0.02.tar.gz";
sha256 = "0ycfghsyl9f31kxdppjwx2g5iajrqh3fyywz0x7d8ayndw2hdihi"; sha256 = "0ycfghsyl9f31kxdppjwx2g5iajrqh3fyywz0x7d8ayndw2hdihi";
}; };
propagatedBuildInputs = [ LWPUserAgent ModuleBuildTiny URIFind TestPod ]; propagatedBuildInputs = [ LWP URIFind ];
meta = { meta = {
homepage = http://search.cpan.org/dist/Test-Pod-No404s/; homepage = http://search.cpan.org/dist/Test-Pod-No404s/;
description = "Checks POD for any http 404 links"; description = "Checks POD for any http 404 links";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
}; };
buildInputs = [ ModuleBuildTiny TestPod ];
}; };
TestPortabilityFiles = buildPerlPackage { TestPortabilityFiles = buildPerlPackage {