perlPackages.PodCoverage: fix for perl 5.32
Added Pod::Parser as a dependency, since perl 5.32 no longer includes this module in core.
This commit is contained in:
parent
626d523767
commit
3727d958ca
@ -16014,7 +16014,7 @@ let
|
||||
url = "mirror://cpan/authors/id/R/RC/RCLAMP/Pod-Coverage-0.23.tar.gz";
|
||||
sha256 = "01xifj83dv492lxixijmg6va02rf3ydlxly0a9slmx22r6qa1drh";
|
||||
};
|
||||
propagatedBuildInputs = [ DevelSymdump ];
|
||||
propagatedBuildInputs = [ DevelSymdump PodParser ];
|
||||
};
|
||||
|
||||
PodCoverageTrustPod = buildPerlPackage {
|
||||
|
Loading…
Reference in New Issue
Block a user