How to install Perl modules using cpanm command
bounceHammer require many Perl modules for working properly.
Perl modules will be installed into /usr/lib/perl5 or /usr/local/lib/perl5 directory when you use cpan command
or perl command for installing modules. But if you have no permission to write to these directories or
you want to install perl modules which are required by bouncehammer into a certain directory, you may use
cpanm command to install modules.
