perl-Pod-Elemental-PerlMunger: 0.093332 -> 0.200003
This commit is contained in:
parent
0bec52a5a2
commit
944589c45f
@ -7868,17 +7868,18 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
PodElementalPerlMunger = buildPerlPackage {
|
PodElementalPerlMunger = buildPerlPackage {
|
||||||
name = "Pod-Elemental-PerlMunger-0.093332";
|
name = "Pod-Elemental-PerlMunger-0.200003";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/R/RJ/RJBS/Pod-Elemental-PerlMunger-0.093332.tar.gz;
|
url = mirror://cpan/authors/id/R/RJ/RJBS/Pod-Elemental-PerlMunger-0.200003.tar.gz;
|
||||||
sha256 = "fc4c4ef76d2b557c590b998d08393b189a2af969d4d195439f37e7d7d466d062";
|
sha256 = "94b3abe6894c96b7990cb324a3789af05489dc2b5d1ec8961d37309cc6e8c243";
|
||||||
};
|
};
|
||||||
buildInputs = [ Moose PodElemental ];
|
buildInputs = [ Moose PodElemental ];
|
||||||
propagatedBuildInputs = [ ListMoreUtils Moose PPI PodElemental namespaceautoclean ];
|
propagatedBuildInputs = [ ListMoreUtils Moose PPI ParamsUtil PodElemental namespaceautoclean ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/rjbs/pod-elemental-perlmunger;
|
homepage = https://github.com/rjbs/Pod-Elemental-PerlMunger;
|
||||||
description = "A thing that takes a string of Perl and rewrites its documentation";
|
description = "A thing that takes a string of Perl and rewrites its documentation";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
maintainers = [ maintainers.rycee ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user