Пакет perl-Eval-Closure-0.14-16.el9.src
Имя | perl-Eval-Closure |
---|---|
Эпоха | 0 |
Версия | 0.14 |
Релиз | 16.el9 |
Архитектура | src |
Сайт | https://metacpan.org/release/Eval-Closure |
Лицензия | GPL+ or Artistic |
Время сборки | 2023-03-22 01:29:27 |
Хост сборки | builder-x86-01.inferitos.ru |
Краткое описание | Safely and cleanly create closures via string eval |
Репозитории | CRB |
Полное описание | 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). |
Эррата | — |
Размер | 32 КиБ |
Исходный проект | perl-Eval-Closure-0.14-16.el9 |
Контрольная сумма SHA-256 | bb8a481fdbcb75c07ff3182e4d43f38fc6069a19e226faa85ad3936cb560563f |
×
* 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