Removed unused 'default' method from the app (triggered a deprecation warning).
[catagits/Catalyst-Plugin-RequireSSL.git] / t / lib / TestApp.pm
CommitLineData
4585dfb1 1package TestApp;\r
2\r
3use strict;\r
4use Catalyst;\r
5use Data::Dumper;\r
6\r
7our $VERSION = '0.01';\r
8\r
9TestApp->config(\r
10 name => 'TestApp',\r
11);\r
12\r
13TestApp->setup( qw/RequireSSL/ );\r
14\r
4585dfb1 151;\r