use Plack::Builder; builder { enable "Static", path => sub { s!^/lib/!! }, root => "/path/to/lib/"; $app; };