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


in reply to Cannot call my installed module

Did you try loading the module with a 'use' statement?

Add this:

use testdir::moduletest;