How to Install libnamespace-sweep-perl in Ubuntu 18.04



Install libnamespace-sweep-perl by entering the following commands in the terminal:

sudo apt update
sudo apt install libnamespace-sweep-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.

Homepage: http://search.cpan.org/dist/namespace-sweep/

Version: 0.006-2

Section: universe/perl