Tue, 03 Feb 2026 21:26:59 CST | login

Information for build perl-namespace-clean-0.27-5.oc9

ID19449
Package Nameperl-namespace-clean
Version0.27
Release5.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-opencloudos-rpms/perl-namespace-clean.git?.#51b9280fbb4879c8db01ad18d711b7418248a6fe
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 bydenisecheng
State complete
Volume DEFAULT
StartedMon, 08 Jan 2024 07:49:18 CST
CompletedMon, 08 Jan 2024 07:50:28 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/perl-namespace-clean.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/perl-namespace-clean.git?.#origin/oc9'}}
Tags
dist-oc9
dist-oc9-compose
dist-oc9.0-compose
dist-oc9.2-compose
RPMs
src
perl-namespace-clean-0.27-5.oc9.src.rpm (info) (download)
noarch
perl-namespace-clean-0.27-5.oc9.noarch.rpm (info) (download)
Logs
noarch
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.27-5 - Rebuilt for OpenCloudOS Stream 23.09 * 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