Name: | rh-perl526-perl-namespace-clean |
---|---|
Version: | 0.27 |
Release: | 5.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 39863 |
License: | GPL+ or Artistic |
RPM: | rh-perl526-perl-namespace-clean-0.27-5.el7.noarch.rpm |
Source RPM: | rh-perl526-perl-namespace-clean-0.27-5.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-clean/ |
Summary: | Keep your namespace tidy |
Description: | When you define a function, or import one, into a Perl package, it will naturally also be available as a method. This does not per se cause problems, but it can complicate subclassing and, for example, plugin classes that are included via multiple inheritance by loading them as base classes. The 'namespace::clean' pragma will remove all previously declared or 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. |
- SCL
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Perl 5.26 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- Update to 0.27 - Allow packages to be cleaned multiple times - Ensure the debugger workarounds are applied only when DB::sub is actively used (they are superfluous otherwise) - Work around P5#72210, resulting in fails on 5.8.8 -Duselongdouble - Fix incorrect name in META (CPAN RT#107813) - BR: perl-generators where available - Simplify find command using -delete
- Perl 5.24 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Update to 0.26 - Exclusively use Package::Stash::PP on perls < 5.8.7 until a fixed Package::Stash::XS ships - breakage keeps getting re-introduced (CPAN RT#74151, CPAN RT#107343) - Explicitly document the late runtime binding of 'sort SUBNAME ...' (CPAN RT#101247) - No longer rely on Sub::Identify - either use Sub::Util or B (CPAN RT#96945) - Classify buildreqs by usage - Filter dependency on private package namespace::clean::_Util - Drop EL-6 support since build requirements can't be met there
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
- Perl 5.22 rebuild