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