in reply to Configuring Starman a la Apache
use Plack::Builder; builder { enable "Static", path => sub { s!^/lib/!! }, root => "/path/to/lib +/"; $app; }; [download]