INFO
Name: perl-namespace-autoclean
Version: 0.28-10.el8
Arch: noarch
Summary: Keep imports out of your namespace
License: GPL+ or Artistic
Vendor: CloudLinux
Build Host: build.cloudlinux.com
Build Date: Sun Oct 13 14:06:51 2019
Size: 41737
URL: http://search.cpan.org/dist/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.26.3)
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(PayloadIsXz) 5.2-1
PROVIDES
perl(namespace::autoclean) 0.28
perl-namespace-autoclean 0.28-10.el8
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
|