app.pl: use MyApp; use MyApp::JSONED; use Plack::Builder; builder { mount '/' => MyApp->to_app; mount '/json' => MyApp::JSONED->to_app; };