[cpan2nix] perlPackages.PodCoverage: cleanup

This commit is contained in:
volth 2018-04-07 07:54:32 +00:00
parent 33a6b407da
commit 53b6895dc1

View file

@ -11709,7 +11709,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/R/RC/RCLAMP/${name}.tar.gz";
sha256 = "01xifj83dv492lxixijmg6va02rf3ydlxly0a9slmx22r6qa1drh";
};
propagatedBuildInputs = [DevelSymdump];
propagatedBuildInputs = [ DevelSymdump ];
};
PodCoverageTrustPod = buildPerlPackage {