Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-namespace-autoclean / pkg-descr
1 When you import a function into a Perl package, it will naturally also
2 be available as a method.
3
4 The namespace::autoclean pragma will remove all imported symbols at the
5 end of the current package's compile cycle.  Functions called in the
6 package itself will still be bound by their name, but they won't show up
7 as methods on your class or instances.
8
9 This module is very similar to namespace::clean, except it will clean
10 all imported functions, no matter if you imported them before or after
11 you used the pragma.  It will also not touch anything that looks like a
12 method, according to Class::MOP::Class::get_method_list.
13
14 WWW: http://search.cpan.org/dist/namespace-autoclean/