Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-namespace-clean | Distribution: OpenMandriva Lx |
Version: 0.270.0 | Vendor: OpenMandriva |
Release: 9 | Build date: Sat Jul 9 14:39:14 2022 |
Group: Development/Perl | Build host: builder1-2.openmandriva.org |
Size: 25661 | Source RPM: perl-namespace-clean-0.270.0-9.src.rpm |
Packager: bero <bero@lindev.ch> | |
Url: http://metacpan.org/pod/namespace::clean | |
Summary: Keep imports and functions out of your namespace |
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.
GPL+ or Artistic
/usr/share/doc/perl-namespace-clean /usr/share/doc/perl-namespace-clean/Changes /usr/share/man/man3/namespace::clean.3pm.zst /usr/share/perl5/vendor_perl/namespace /usr/share/perl5/vendor_perl/namespace/clean /usr/share/perl5/vendor_perl/namespace/clean.pm /usr/share/perl5/vendor_perl/namespace/clean/_Util.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Dec 17 23:12:08 2024