summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorMichael Brantley <limeytexan@gmail.com>2018-02-28 06:03:31 -0500
committerMichael Brantley <limeytexan@gmail.com>2018-02-28 06:03:31 -0500
commit8f875763930aeb9351364f038bc1846416c53da8 (patch)
treed675f34595120135366b14b56945eae69c94601a /pkgs/top-level
parent46d31cc2c11c4312c8c7615c96ab817e8668f584 (diff)
downloadnixlib-8f875763930aeb9351364f038bc1846416c53da8.tar
nixlib-8f875763930aeb9351364f038bc1846416c53da8.tar.gz
nixlib-8f875763930aeb9351364f038bc1846416c53da8.tar.bz2
nixlib-8f875763930aeb9351364f038bc1846416c53da8.tar.lz
nixlib-8f875763930aeb9351364f038bc1846416c53da8.tar.xz
nixlib-8f875763930aeb9351364f038bc1846416c53da8.tar.zst
nixlib-8f875763930aeb9351364f038bc1846416c53da8.zip
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 fb5b46fa6600..4343d3adfe53 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -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 {