1 2 3 4 5 6 7 8
use strict; use warnings; use FixMyStreet::App; my $app = FixMyStreet::App->apply_default_middlewares(FixMyStreet::App->psgi_app); $app;