eval-closure-perl 0.14
Name | eval-closure-perl |
---|---|
Version | 0.14 |
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 | Artisticv1 | GPLv1+ |
Homepage | https://metacpan.org/release/Eval-Closure |
Recipe file | recipes-devel/eval-closure-perl/eval-closure-perl_0.14.bb |
Layer | meta-cpan (gatesgarth branch) |
Inherits |
|
Dependencies |
|
PACKAGECONFIG options |
Sources
https://cpan.metacpan.org/authors/id/D/DO/DOY/Eval-Closure-0.14.tar.gz |
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 (this recipe) |
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 |