[cpan2nix] perlPackages.EvalClosure: 0.11 -> 0.14
This commit is contained in:
parent
a39220c17f
commit
7b2ff13d7d
@ -5054,13 +5054,12 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
EvalClosure = buildPerlPackage {
|
EvalClosure = buildPerlPackage {
|
||||||
name = "Eval-Closure-0.11";
|
name = "Eval-Closure-0.14";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/D/DO/DOY/Eval-Closure-0.11.tar.gz;
|
url = mirror://cpan/authors/id/D/DO/DOY/Eval-Closure-0.14.tar.gz;
|
||||||
sha256 = "1b3rc9smdyyi0janckfiyg1kwph893sqwx7dr5n4mky0x8x3v4m1";
|
sha256 = "1bcc47r6zm3hfr6ccsrs72kgwxm3wkk07mgnpsaxi67cypr482ga";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestFatal TestRequires ];
|
buildInputs = [ TestFatal TestRequires ];
|
||||||
propagatedBuildInputs = [ SubExporter TryTiny ];
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://search.cpan.org/perldoc?CPAN::Meta::Spec;
|
homepage = http://search.cpan.org/perldoc?CPAN::Meta::Spec;
|
||||||
description = "Safely and cleanly create closures via string eval";
|
description = "Safely and cleanly create closures via string eval";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user