diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index 30afb74e82e..c7cf1ec5ab1 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 {