X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flib%2FTestMiddlewareFromConfig%2Ftestmiddlewarefromconfig.pl;h=d470f04af32390240519c7cba3e22ed09dbefaa8;hp=4df352dada4327acc51f1c880636bce81f9c3155;hb=813f701aab740e27e85d8a10327dda4704984591;hpb=9da24147d3b6f1aafad911355dfc1ea93a99baf8 diff --git a/t/lib/TestMiddlewareFromConfig/testmiddlewarefromconfig.pl b/t/lib/TestMiddlewareFromConfig/testmiddlewarefromconfig.pl index 4df352d..d470f04 100644 --- a/t/lib/TestMiddlewareFromConfig/testmiddlewarefromconfig.pl +++ b/t/lib/TestMiddlewareFromConfig/testmiddlewarefromconfig.pl @@ -6,7 +6,6 @@ my $static = Plack::Middleware::Static->new( my $conf = +{ 'Controller::Root', { namespace => '' }, 'psgi_middleware', [ - 'Head', $static, 'Static', { path => qr{^/static2/}, root => TestMiddlewareFromConfig->path_to('share') }, 'Runtime',