[cpan2nix] perlPackages.TestPodLinkCheck: cleanup

This commit is contained in:
volth 2018-04-07 07:58:02 +00:00
parent f514eb336c
commit 71ff963131
1 changed files with 3 additions and 3 deletions

View File

@ -14769,14 +14769,14 @@ let self = _self // overrides; _self = with self; {
propagatedBuildInputs = [ PodCoverage ];
};
TestPodLinkCheck = buildPerlPackage rec {
TestPodLinkCheck = buildPerlModule rec {
name = "Test-Pod-LinkCheck-0.008";
src = fetchurl {
url = "mirror://cpan/authors/id/A/AP/APOCAL/${name}.tar.gz";
sha256 = "2bfe771173c38b69eeb089504e3f76511b8e45e6a9e6dac3e616e400ea67bcf0";
};
buildInputs = [ ModuleBuildTiny ];
propagatedBuildInputs = [ CaptureTiny Moose TestPod podlinkcheck ];
buildInputs = [ ModuleBuildTiny TestPod ];
propagatedBuildInputs = [ CaptureTiny Moose podlinkcheck ];
meta = {
homepage = http://search.cpan.org/dist/Test-Pod-LinkCheck/;
description = "Tests POD for invalid links";