Thu, 19 Mar 2026 07:48:26 CST | login

Information for build perl-namespace-autoclean-0.29-3.oc9

ID15325
Package Nameperl-namespace-autoclean
Version0.29
Release3.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-opencloudos-rpms/perl-namespace-autoclean.git?.#70d6d7760a39d85f29e8523ae3a819f251e59fbc
SummaryKeep imports out of your namespace
DescriptionWhen you import a function into a Perl package, it will naturally also be available as a method. The "namespace::autoclean" pragma will remove all imported symbols at the end of the current package's compile cycle. 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. This module is very similar to namespace::clean, except it will clean all imported functions, no matter if you imported them before or after you "use"d the pragma. It will also not touch anything that looks like a method.
Built bydenisecheng
State complete
Volume DEFAULT
StartedMon, 18 Sep 2023 20:23:48 CST
CompletedMon, 18 Sep 2023 20:26:40 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/perl-namespace-autoclean.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/perl-namespace-autoclean.git?.#origin/oc9'}}
Tags
dist-oc9
dist-oc9-compose
RPMs
src
perl-namespace-autoclean-0.29-3.oc9.src.rpm (info) (download)
noarch
perl-namespace-autoclean-0.29-3.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 Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.29-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.29-2 - Rebuilt for OpenCloudOS Stream 23 * Fri May 27 2022 Xiaojie Chen <jackxjchen@tencent.com> - 0.29-1 - Initial build