[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Package perl-Eval-Closure-0.14-16.el9.noarch download

Name perl-Eval-Closure
Epoch 0
Version 0.14
Release 16.el9
Architecture noarch
Website/URL https://metacpan.org/release/Eval-Closure
License GPL+ or Artistic
Build Time 2023-03-22 01:29:33
Build Host builder-x86-01.inferitos.ru
Summary Safely and cleanly create closures via string eval
Repositories CRB, Extras
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 can be quite slow, especially if doing a large number of evals. This module attempts to solve both of those problems. It provides an eval_closure function, which evals a string in a clean environment, other than a fixed list of specified variables. It also caches the result of the eval, so that doing repeated evals of the same source, even with a different environment, will be much faster (but note that the description is part of the string to be evaled, so it must also be the same (or non-existent) if caching is to work properly).
Errata
Size 23 KiB
Source Project perl-Eval-Closure-0.14-16.el9
SHA-256 checksum a19a528ecd3ecca1776a1ba7520eb40e99e16728b835f8d96c36f27dd68e010b
× Full screenshot
Changelog link
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 0.14-16
- Rebuilt for MSVSphere 9.1.

* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.14-16
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
  Related: rhbz#1991688

* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.14-15
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937