http://www.perlmonks.org?node_id=1020427

ShermW0829 has asked for the wisdom of the Perl Monks concerning the following question:

Can I just rm -rfv my built and installed module in my home directory. I'm using lubuntu. I am including how I installed the module.

 module-starter --module=testdir::moduletest --author="Sherman Willden" --email=PedalSteel.E9B6@gmail.com

 perl Makefile.PL PREFIX=/home/sherman/module_test

 make

 make test

 make install