Sat, 21 Sep 2024 18:37:22 CST | login

Information for build perl-namespace-autoclean-0.29-8.el9

ID21848
Package Nameperl-namespace-autoclean
Version0.29
Release8.el9
Epoch
Sourcegit+https://git.cclinux.org/stage/rpms/perl-namespace-autoclean.git#b954b2ffb201adfed46b09dba9e834c203a903d4
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 bydistrobuild
State complete
Volume DEFAULT
StartedWed, 06 Jul 2022 19:28:38 CST
CompletedWed, 06 Jul 2022 19:30:06 CST
Taskbuild (dist-circle9, /stage/rpms/perl-namespace-autoclean.git:b954b2ffb201adfed46b09dba9e834c203a903d4)
Extra{'source': {'original_url': 'git+https://git.cclinux.org/stage/rpms/perl-namespace-autoclean.git?#b954b2ffb201adfed46b09dba9e834c203a903d4'}}
Tags
dist-circle9
dist-circle9-compose
RPMs
src
perl-namespace-autoclean-0.29-8.el9.src.rpm (info) (download)
noarch
perl-namespace-autoclean-0.29-8.el9.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 * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.29-8 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.29-7 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.29-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.29-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jun 26 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.29-4 - Perl 5.32 re-rebuild of bootstrapped packages * Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.29-3 - Perl 5.32 rebuild * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.29-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Mon Aug 26 2019 Paul Howarth <paul@city-fan.org> - 0.29-1 - Update to 0.29 - Switch from Test::Requires to Test::Needs - Report on the installed versions of more optional modules