[cpan2nix] perlPackages.PodCoverage: cleanup
This commit is contained in:
parent
33a6b407da
commit
53b6895dc1
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue