[cpan2nix] perlPackages.PodUsage: removed built-in
This commit is contained in:
parent
93795465a0
commit
85f063dacc
@ -12884,17 +12884,7 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
PodUsage = buildPerlPackage {
|
||||
name = "Pod-Usage-1.69";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/M/MA/MAREKR/Pod-Usage-1.69.tar.gz;
|
||||
sha256 = "1a920c067b3c905b72291a76efcdf1935ba5423ab0187b9a5a63cfc930965132";
|
||||
};
|
||||
propagatedBuildInputs = [ podlators ];
|
||||
meta = {
|
||||
description = "Pod::Usage extracts POD documentation and shows usage information";
|
||||
};
|
||||
};
|
||||
PodUsage = null; # part of Perl 5.26
|
||||
|
||||
PodWeaver = buildPerlPackage rec {
|
||||
name = "Pod-Weaver-4.015";
|
||||
|
Loading…
Reference in New Issue
Block a user