Load middlewares where they're actually used
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index e5e43ea..972b390 100644 (file)
@@ -34,6 +34,8 @@ use Catalyst::EngineLoader;
 use utf8;
 use Carp qw/croak carp shortmess/;
 use Try::Tiny;
+use Plack::Middleware::Conditional;
+use Plack::Middleware::ReverseProxy;
 
 BEGIN { require 5.008004; }