INFO
Name: perl-namespace-autoclean
Version: 0.29-8.el9
Arch: noarch
Summary: Keep imports out of your namespace
License: GPL+ or Artistic
Vendor: CentOS
Build Host: s390-03.stream.rdu2.redhat.com
Build Date: Tue Aug 10 03:07:39 2021
Size: 42285
URL: https://metacpan.org/release/namespace-autoclean
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.
FILES
/usr/share/doc/perl-namespace-autoclean
/usr/share/doc/perl-namespace-autoclean/CONTRIBUTING
/usr/share/doc/perl-namespace-autoclean/Changes
/usr/share/doc/perl-namespace-autoclean/README
/usr/share/licenses/perl-namespace-autoclean
/usr/share/licenses/perl-namespace-autoclean/LICENCE
/usr/share/man/man3/namespace::autoclean.3pm.gz
/usr/share/perl5/vendor_perl/namespace
/usr/share/perl5/vendor_perl/namespace/autoclean.pm
REQUIRES
perl(:MODULE_COMPAT_5.32.1)
perl(B::Hooks::EndOfScope) 0.12
perl(List::Util)
perl(Sub::Identify)
perl(namespace::clean) 0.20
perl(strict)
perl(warnings)
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsZstd) 5.4.18-1
PROVIDES
perl(namespace::autoclean) 0.29
perl-namespace-autoclean 0.29-8.el9
CONFIG FILES
/usr/share/doc/perl-namespace-autoclean
/usr/share/doc/perl-namespace-autoclean/CONTRIBUTING d
/usr/share/doc/perl-namespace-autoclean/Changes d
/usr/share/doc/perl-namespace-autoclean/README d
/usr/share/licenses/perl-namespace-autoclean
/usr/share/licenses/perl-namespace-autoclean/LICENCE l
/usr/share/man/man3/namespace::autoclean.3pm.gz d
/usr/share/perl5/vendor_perl/namespace
/usr/share/perl5/vendor_perl/namespace/autoclean.pm
LICENSE FILES
GPL+ or Artistic
|