X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flib%2FTestApp%2FController%2FEngine%2FResponse%2FCookies.pm;h=320c2e134fb8c5fcdf95db68b64e34518b95f13b;hp=8531fe7feea629be31309b52b029377b983b31ca;hb=c057ae860545285e5812b5ba86ea992e203be773;hpb=ccccf0840ba699aabcc6bc5f2189d74a0294148c diff --git a/t/lib/TestApp/Controller/Engine/Response/Cookies.pm b/t/lib/TestApp/Controller/Engine/Response/Cookies.pm index 8531fe7..320c2e1 100644 --- a/t/lib/TestApp/Controller/Engine/Response/Cookies.pm +++ b/t/lib/TestApp/Controller/Engine/Response/Cookies.pm @@ -1,7 +1,7 @@ package TestApp::Controller::Engine::Response::Cookies; use strict; -use base 'Catalyst::Base'; +use base 'Catalyst::Controller'; sub one : Local { my ( $self, $c ) = @_;