Mon, 19 Jan 2026 22:11:27 CST | login

Information for build perl-namespace-clean-0.27-4.ocs23

ID956
Package Nameperl-namespace-clean
Version0.27
Release4.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/perl-namespace-clean.git?.#63d25773bf57098cedc8ef2f892d570174c64362
SummaryKeep imports and functions out of your namespace
DescriptionThe namespace::clean is a Perl pragma for keeping imported functions out of the current namespace. This is especially important because Perl functions are naturally available as methods, which can complicate subclassing. Using the namespace::clean pragma will remove all previously declared or imported symbols at the end of the current package's compile cycle. This means that functions called in the package itself will still be bound by their name, but they won't show up as methods on your class or instances.
Built byocs-bot
State complete
Volume DEFAULT
StartedWed, 16 Aug 2023 15:08:57 CST
CompletedWed, 16 Aug 2023 15:10:34 CST
Taskbuild (dist-ocs23, /opencloudos-stream/perl-namespace-clean.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-namespace-clean.git?.#origin/master'}}
Tags
dist-ocs23
RPMs
src
perl-namespace-clean-0.27-4.ocs23.src.rpm (info) (download)
noarch
perl-namespace-clean-0.27-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 * Wed Aug 16 2023 Xiaojie Chen <jackxjchen@tencent.com> - 0.27-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.27-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.27-2 - Rebuilt for OpenCloudOS Stream 23 * Mon Aug 08 2022 ZoeDong <zoedong@tencent.com> - 0.27-1 - Initial build