perl-Pod-Weaver: 4.004 -> 4.012
This commit is contained in:
parent
c2705ef98d
commit
34ce5ce652
@ -9069,18 +9069,19 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
PodWeaver = buildPerlPackage {
|
PodWeaver = buildPerlPackage rec {
|
||||||
name = "Pod-Weaver-4.004";
|
name = "Pod-Weaver-4.012";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/R/RJ/RJBS/Pod-Weaver-4.004.tar.gz;
|
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
|
||||||
sha256 = "0hw500qkbmnwm385za5x7ypijx0lqk8cfc9jq232v95ka0hqcg29";
|
sha256 = "d801cbfaff22d418943d0c5dcb8c145b8cc4d56741f9c33923ef891241116ad6";
|
||||||
};
|
};
|
||||||
buildInputs = [ PPI SoftwareLicense TestDifferences ];
|
buildInputs = [ PPI SoftwareLicense TestDifferences ];
|
||||||
propagatedBuildInputs = [ ConfigMVP ConfigMVPReaderINI DateTime ListMoreUtils LogDispatchouli Moose MooseAutobox ParamsUtil PodElemental StringFlogger StringFormatter StringRewritePrefix namespaceautoclean ];
|
propagatedBuildInputs = [ ConfigMVP ConfigMVPReaderINI DateTime ListMoreUtils LogDispatchouli MixinLinewise ModuleRuntime Moose ParamsUtil PodElemental StringFlogger StringFormatter StringRewritePrefix namespaceautoclean ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/rjbs/pod-weaver;
|
homepage = https://github.com/rjbs/pod-weaver;
|
||||||
description = "Weave together a Pod document from an outline";
|
description = "Weave together a Pod document from an outline";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
maintainers = [ maintainers.rycee ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user