3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #36113 from limeytexan/perlPackages-Test-Pod-No404s

perlPackages.Test-Pod-No404s: init at 0.02
This commit is contained in:
Jörg Thalheim 2018-02-28 11:22:21 +00:00 committed by GitHub
commit e0b1aeb36b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14163,6 +14163,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 {