Help for this page
use lib("path_to_my_module/lib");
BEGIN { use_ok( 'Dancer::Plugin::Foo' ) || print "Bail out!\n"; }