in reply to New module usage

Another keep-it-simple method which doesn't require you to be in the same directory as your script and (development) module:
use FindBin qw($Bin); use lib $Bin;

p