From: Norbert Buchmuller Date: Tue, 7 Jul 2009 20:20:14 +0000 (+0000) Subject: Fixed deprecation warnings in tests about ::[MVC]:: naming scheme and Catalyst::Base. X-Git-Tag: v0.07~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b67d920751ccd16137c8ff3d6e3216a89fce8d9b;hp=b534f127d21894c4f2539ec5fcdc98fb7d57319a;p=catagits%2FCatalyst-Plugin-RequireSSL.git Fixed deprecation warnings in tests about ::[MVC]:: naming scheme and Catalyst::Base. --- diff --git a/t/lib/TestApp/C/SSL.pm b/t/lib/TestApp/Controller/SSL.pm similarity index 84% rename from t/lib/TestApp/C/SSL.pm rename to t/lib/TestApp/Controller/SSL.pm index 18f67e0..4d9ebf7 100644 --- a/t/lib/TestApp/C/SSL.pm +++ b/t/lib/TestApp/Controller/SSL.pm @@ -1,7 +1,7 @@ -package TestApp::C::SSL; +package TestApp::Controller::SSL; use strict; -use base 'Catalyst::Base'; +use base 'Catalyst::Controller'; sub secured : Local { my ( $self, $c ) = @_;