libnamespace-sweep-perl
sweeps up imported subs in your classes
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. 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.Upload more screenshots
Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.
Upload a screenshotHint: upload an image here from your clipboard with Ctrl-V
Homepage
http://search.cpan.org/dist/namespace-sweep/
Install this software package
If the package is available for the distribution you are currently using on your computer then install the software by clicking on…
Install libnamespace-sweep-perl