Fixed deprecation warnings in tests about ::[MVC]:: naming scheme and Catalyst::Base.
[catagits/Catalyst-Plugin-RequireSSL.git] / 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 (file)
@@ -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 ) = @_;