Name: | rh-perl526-perl-namespace-autoclean |
---|---|
Version: | 0.28 |
Release: | 10.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 41709 |
License: | GPL+ or Artistic |
RPM: | rh-perl526-perl-namespace-autoclean-0.28-10.el7.noarch.rpm |
Source RPM: | rh-perl526-perl-namespace-autoclean-0.28-10.el7.src.rpm |
Build Date: | Thu Oct 25 2018 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/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. |
- SCL
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Perl 5.26 re-rebuild of bootstrapped packages
- Perl 5.26 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- Perl 5.24 re-rebuild of bootstrapped packages
- Perl 5.24 rebuild
- Break build-cycle: perl-namespace-autoclean → perl-Moose → perl-Package-DeprecationManager → perl-namespace-autoclean - Break build-cycle: perl-namespace-autoclean → perl-Mouse → perl-Moose → perl-Package-DeprecationManager → perl-namespace-autoclean - Remove unused direct test dependency on Class::MOP
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Update to 0.28 - Skip failing tests with old Moo or when Sub::Util is broken (CPAN RT#107643)