Thu, 22 Jan 2026 09:00:03 CST | login

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

ID16050
Package Nameperl-Eval-Closure
Version0.14
Release6.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/perl-Eval-Closure.git?.#f1c8dfae156c96e170310f2ad3e824179d034caa
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
StartedSat, 17 Aug 2024 06:15:42 CST
CompletedSat, 17 Aug 2024 06:18:37 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
dist-ocs23-base
RPMs
src
perl-Eval-Closure-0.14-6.ocs23.src.rpm (info) (download)
noarch
perl-Eval-Closure-0.14-6.ocs23.noarch.rpm (info) (download)
Logs
noarch
hw_info.log
state.log
build.log
root.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.14-6 - Rebuilt for loongarch release * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.14-5 - Rebuilt for OpenCloudOS Stream 23.09 * 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