Wed, 21 Jan 2026 18:25:05 CST | login

Information for build perl-Eval-Closure-0.14-4.ocs23

ID882
Package Nameperl-Eval-Closure
Version0.14
Release4.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/perl-Eval-Closure.git?.#7a2286a86e9ee3c4c746f2eef0f1dd8d84d9afe5
SummarySafely and cleanly create closures via string eval
DescriptionString 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. This module attempts to solve these problems. It provides an eval_closure function, which evals a string in a clean environment, other than a fixed list of specified variables. Compilation errors are rethrown automatically.
Built byocs-bot
State complete
Volume DEFAULT
StartedWed, 16 Aug 2023 09:40:23 CST
CompletedWed, 16 Aug 2023 09:41:29 CST
Taskbuild (dist-ocs23, /opencloudos-stream/perl-Eval-Closure.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-Eval-Closure.git?.#origin/master'}}
Tags
dist-ocs23
RPMs
src
perl-Eval-Closure-0.14-4.ocs23.src.rpm (info) (download)
noarch
perl-Eval-Closure-0.14-4.ocs23.noarch.rpm (info) (download)
Logs
noarch
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Tue Aug 15 2023 Xiaojie Chen <jackxjchen@tencent.com> - 0.14-4 - Remove perl(:MODULE_COMPAT) which will be generated by perl-generators >= 1.15 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.14-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.14-2 - Rebuilt for OpenCloudOS Stream 23 * Wed Aug 17 2022 Wang Zhe <bessiewang@tencent.com> - 0.14-1 - initial build