mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
Merge pull request #36113 from limeytexan/perlPackages-Test-Pod-No404s
perlPackages.Test-Pod-No404s: init at 0.02
This commit is contained in:
commit
e0b1aeb36b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user