Package: wnpp Severity: wishlist Owner: Jonas Smedegaard <[email protected]>
* Package name : libnamespace-sweep-perl Version : 0.006 Upstream Author : Mike Friedman <[email protected]> * URL : http://search.cpan.org/dist/namespace-Sweep/ * License : Artistic or GPL-1+ Programming Lang: Perl Description : sweeps up imported subs in your classes 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. . The namespace::sweep 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. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

