1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

perl-Test-Pod-LinkCheck: 0.007 -> 0.008

This commit is contained in:
Robert Helgesson 2016-08-28 23:39:51 +02:00
parent dd93111823
commit a0ca5d9cbb
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86

View file

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