summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-02-28 11:22:21 +0000
committerGitHub <noreply@github.com>2018-02-28 11:22:21 +0000
commite0b1aeb36b769f6695daa6ac858c4218f5701c2a (patch)
tree260de149066a47b2c99abab43314e1a90a884f5c /pkgs/top-level
parent6e876844595e4458828103983e997c11ea6dc59c (diff)
parent8f875763930aeb9351364f038bc1846416c53da8 (diff)
downloadnixlib-e0b1aeb36b769f6695daa6ac858c4218f5701c2a.tar
nixlib-e0b1aeb36b769f6695daa6ac858c4218f5701c2a.tar.gz
nixlib-e0b1aeb36b769f6695daa6ac858c4218f5701c2a.tar.bz2
nixlib-e0b1aeb36b769f6695daa6ac858c4218f5701c2a.tar.lz
nixlib-e0b1aeb36b769f6695daa6ac858c4218f5701c2a.tar.xz
nixlib-e0b1aeb36b769f6695daa6ac858c4218f5701c2a.tar.zst
nixlib-e0b1aeb36b769f6695daa6ac858c4218f5701c2a.zip
Merge pull request #36113 from limeytexan/perlPackages-Test-Pod-No404s
perlPackages.Test-Pod-No404s: init at 0.02
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/perl-packages.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 30afb74e82e7..c7cf1ec5ab1a 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -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 {