[cpan2nix] perlPackages.DistZillaPluginTestPodLinkCheck: cleanup

This commit is contained in:
volth
2020-09-09 09:16:06 +00:00
parent 72bb703322
commit c2d5757906
+1
View File
@@ -6382,6 +6382,7 @@ let
description = "Add release tests for POD links";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
buildInputs = [ TestPodLinkCheck ];
};
DistZillaPluginTestPortability = buildPerlModule {