FreeBSD.software
Home/devel/p5-namespace-autoclean

p5-namespace-autoclean

0.31devel

Keep imports out of your namespace

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 used the pragma. It will also not touch anything that looks like a method, according to Class::MOP::Class::get_method_list.

$pkg install p5-namespace-autoclean
metacpan.org/release/namespace-autoclean
Origin
devel/p5-namespace-autoclean
Size
22.3KiB
License
ART10, GPLv1+
Maintainer
perl@FreeBSD.org
Dependencies
4 packages
Required by
92 packages

Dependencies (4)

Required By (92)