[cpan2nix] perlPackages.TestPodLinkCheck: cleanup

This commit is contained in:
volth 2018-04-07 07:58:02 +00:00
parent f514eb336c
commit 71ff963131

View File

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