INFO
Name: perl-namespace-sweep
Version: 0.006-24.el10_0
Arch: noarch
Summary: Sweep up imported subs in your classes
License: GPL-1.0-or-later OR Artistic-1.0-Perl
Vendor: Fedora Project
Build Host: buildvm-a64-16.iad2.fedoraproject.org
Build Date: Mon Sep 16 19:21:52 2024
Size: 27827
URL: https://metacpan.org/release/namespace-sweep
Description: Because Perl methods are just regular subroutines, it's difficult to tell
what's a method and what's just an imported function. As a result, imported
functions can be called as methods on your objects. This pragma will delete
imported functions from your class's symbol table, thereby ensuring that
your interface is as you specified it. However, code inside your module
will still be able to use the imported functions without any problems.
FILES
/usr/share/doc/perl-namespace-sweep
/usr/share/doc/perl-namespace-sweep/README
/usr/share/licenses/perl-namespace-sweep
/usr/share/licenses/perl-namespace-sweep/LICENSE
/usr/share/man/man3/namespace::sweep.3pm.gz
/usr/share/perl5/vendor_perl/namespace
/usr/share/perl5/vendor_perl/namespace/sweep.pm
REQUIRES
perl(B::Hooks::EndOfScope) 0.09
perl(Carp)
perl(Data::Dumper)
perl(List::Util)
perl(Package::Stash) 0.33
perl(Scalar::Util)
perl(Sub::Identify) 0.04
perl(strict)
perl(warnings)
perl-libs
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::sweep) 0.006
perl-namespace-sweep 0.006-24.el10_0
CONFIG FILES
/usr/share/doc/perl-namespace-sweep
/usr/share/doc/perl-namespace-sweep/README d
/usr/share/licenses/perl-namespace-sweep
/usr/share/licenses/perl-namespace-sweep/LICENSE l
/usr/share/man/man3/namespace::sweep.3pm.gz d
/usr/share/perl5/vendor_perl/namespace
/usr/share/perl5/vendor_perl/namespace/sweep.pm
LICENSE FILES
GPL-1.0-or-later OR Artistic-1.0-Perl
|