Name: | perl-namespace-autoclean |
---|---|
Version: | 0.31 |
Release: | 1.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 44475 |
License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
RPM: | perl-namespace-autoclean-0.31-1.el10_0.noarch.rpm |
Source RPM: | perl-namespace-autoclean-0.31-1.el10_0.src.rpm |
Build Date: | Fri Dec 20 2024 |
Build Host: | build-ol10-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. |
- Update to 0.31 (rhbz#2318345) - Switch from Sub::Identify to Sub::Util (core in modern perls), falling back to B.pm as needed
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- Update license to SPDX format
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- Perl 5.36 re-rebuild of bootstrapped packages
- Perl 5.36 rebuild