use Plack::Builder; my $app = sub { ... }; builder { enable "Static", path => qr!^/static!, root => '/Library/WebServer/Documents'; $app; }