From: John Napiorkowski Date: Fri, 2 Jan 2015 14:28:24 +0000 (-0600) Subject: removed unneeded dependency that was causing test fails X-Git-Tag: 5.90079~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=0a8aefd7e7d4de162e2c73f7b898e54699a9d8e1 removed unneeded dependency that was causing test fails --- diff --git a/t/http_exceptions_backcompat.t b/t/http_exceptions_backcompat.t index 7a1bd86..f2112dd 100644 --- a/t/http_exceptions_backcompat.t +++ b/t/http_exceptions_backcompat.t @@ -77,8 +77,6 @@ use Plack::Test; die "I'm not dead yet"; } - sub end : ActionClass('RenderView') {} - package MyApp; use Catalyst;