Name: | perl-namespace-autoclean |
---|---|
Version: | 0.19 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 43174 |
License: | GPL+ or Artistic |
RPM: | perl-namespace-autoclean-0.19-1.el7.noarch.rpm |
Source RPM: | perl-namespace-autoclean-0.19-1.el7.src.rpm |
Build Date: | Mon Dec 11 2017 |
Build Host: | x86-ol6-builder-06.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. |
- Update to 0.19 - Bump dependency on B::Hooks::EndOfScope, to get the separation of pure-perl and XS components (CPAN RT#89245) - Repository migrated to the github moose organization - Update configure_requires checking in Makefile.PL, add CONTRIBUTING file - Changed the code to no longer _require_ Class::MOP; if your class is not a Moose class then we don't load Class::MOP, which was particularly problematic for Moo classes, as using namespace::autoclean with a Moo class "upgraded" it to be a Moose class - Using this module just broke overloading in a class (CPAN RT#50938) - Add -except to import options; this allows you to explicitly not clean a sub. - Better method detection for Mouse (GH#4) - More comprehensive testing with Moo/Mouse/Moose - Fixed cleaning of constants - This release by ETHER -> update source URL - Switch to Module::Build::Tiny flow - Update %description to remove reference to Class::MOP - Make %files list more explicit
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
- Perl 5.18 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Perl 5.16 rebuild
- update to latest upstream version
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- Perl mass rebuild