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;

Replies are listed 'Best First'.
Re^2: Cannot call my installed module
by fishmonger (Chaplain) on Feb 23, 2013 at 22:51 UTC
    I forgot to mention that you need to add that after the 'lib' statement.