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


in reply to Hacking Packages

You can always use lib if you installed the package at a "weird" location:

use lib '/path/to/where/ever/you/installed/the/module';
--
b10m

All code is usually tested, but rarely trusted.