use Path::Class; BEGIN { my $thisf = file(__FILE__)->absolute; my $thisd = $thisf->dir; use lib dir( $thisd, '..','lib' ); }