From 8f875763930aeb9351364f038bc1846416c53da8 Mon Sep 17 00:00:00 2001 From: Michael Brantley Date: Wed, 28 Feb 2018 06:03:31 -0500 Subject: [PATCH] perlPackages.Test-Pod-No404s: init at 0.02 --- pkgs/top-level/perl-packages.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index fb5b46fa660..4343d3adfe5 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 {