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


in reply to Re: path issues? installed module not found
in thread path issues? installed module not found

With any normal perl build process there is no need to run make if you run make test. The test target will do the build process as needed before executing the tests. Bare make is only really needed if you want to build but explicitly not test afterwards.

---
$world=~s/war/peace/g