in reply to Re^2: use lib $lib_dir not workingin thread use lib $lib_dir not working
use Path::Class; use lib dir( $0 , qw'.. .. lib')->absolute; use lib dir( file( $0 )->dir->parent, 'lib')->absolute; [download]