Name: | perl-namespace-autoclean |
---|---|
Version: | 0.29 |
Release: | 8.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 42285 |
License: | GPL+ or Artistic |
RPM: | perl-namespace-autoclean-0.29-8.el9.noarch.rpm |
Source RPM: | perl-namespace-autoclean-0.29-8.el9.src.rpm |
Build Date: | Tue Jan 11 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/namespace-autoclean |
Summary: | Keep imports out of your namespace |
Description: | When 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. |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Perl 5.32 re-rebuild of bootstrapped packages
- Perl 5.32 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- Update to 0.29 - Switch from Test::Requires to Test::Needs - Report on the installed versions of more optional modules