builder { enable "Static", path => qr!^/static!, root => 'html-files', ; enable "Plack::Middleware::Pod", path => qr!^/pod!, root => 'pod-files', pod_view => 'Pod::POM::View::HTML', ; $app; };