use strict; use warnings; use myHive; my $app = myHive->apply_default_middlewares(myHive->psgi_app); $app;