[ol7_software_collections] rh-perl530-perl-namespace-clean-0.27-13.el7.noarch

Name:rh-perl530-perl-namespace-clean
Version:0.27
Release:13.el7
Architecture:noarch
Group:Unspecified
Size:39889
License:GPL+ or Artistic
RPM: rh-perl530-perl-namespace-clean-0.27-13.el7.noarch.rpm
Source RPM: rh-perl530-perl-namespace-clean-0.27-13.el7.src.rpm
Build Date:Mon Dec 14 2020
Build Host:x86-ol7-builder-01.us.oracle.com
Vendor:Oracle America
URL:https://metacpan.org/release/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.

Changelog (Show File list) (Show related packages)