Tue, 20 Jan 2026 15:12:34 CST | login

Information for build perl-namespace-autoclean-0.29-7.ocs23

ID21783
Package Nameperl-namespace-autoclean
Version0.29
Release7.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/perl-namespace-autoclean.git?.#d8da6ac89820aa83fb0ac9920c05ad537812126d
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 byocs-bot
State complete
Volume DEFAULT
StartedFri, 27 Sep 2024 17:35:40 CST
CompletedFri, 27 Sep 2024 17:50:05 CST
Taskbuild (dist-ocs23-base, /opencloudos-stream/perl-namespace-autoclean.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-namespace-autoclean.git?.#origin/master'}}
Tags
dist-ocs23-base
RPMs
src
perl-namespace-autoclean-0.29-7.ocs23.src.rpm (info) (download)
noarch
perl-namespace-autoclean-0.29-7.ocs23.noarch.rpm (info) (download)
Logs
noarch
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.29-7 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.29-6 - Rebuilt for loongarch release * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.29-5 - Rebuilt for OpenCloudOS Stream 23.09 * Wed Aug 16 2023 Xiaojie Chen <jackxjchen@tencent.com> - 0.29-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.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