perlPackages.Test-Pod-No404s: init at 0.02

This commit is contained in:
Michael Brantley 2018-02-28 06:03:31 -05:00
parent 46d31cc2c1
commit 8f87576393

View file

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