Name eval-closure-perl
Version 0.13
Summary
Description String eval is often used for dynamic code generation. For instance, \"Moose\" uses it heavily, to generate inlined versions of accessors and constructors, which speeds code up at runtime by a significant amount. String eval is not without its issues however - it's difficult to control the scope it's used in (which determines which variables are in scope inside the eval), and it's easy to miss compilation errors, since eval catches them and sticks them in $@ instead.
Section libs
License Artistic-1.0 | GPL-2.0
Homepage https://metacpan.org/release/Eval-Closure
Recipe file recipes-devel/eval-closure-perl/eval-closure-perl_0.13.bb
recipes-devel/eval-closure-perl/classes/cpan.bbclass
Layer meta-cpan (daisy branch)
Inherits
  • cpan
  • cpan-base
  • perlnative
Dependencies
PACKAGECONFIG options

Sources

None

Patches

None

Other branches

This recipe in other branches of meta-cpan:

Branch Recipe
master eval-closure-perl 0.14
gatesgarth (Yocto Project 3.2) eval-closure-perl 0.14
thud (Yocto Project 2.6) eval-closure-perl 0.14
rocko (Yocto Project 2.4) eval-closure-perl 0.14
jethro (Yocto Project 2.0) eval-closure-perl 0.13
daisy (Yocto Project 1.6) eval-closure-perl 0.13 (this recipe)