use strict;
use lib 'lib';
use Foo;

Foo->new->to_app;