Fix http server test, which also runs all the tests at a sub-path
[catagits/Catalyst-Runtime.git] / t / lib / TestAppIndexDefault.pm
CommitLineData
05b47f2e 1package TestAppIndexDefault;
2ee0056e 2use strict;
3use warnings;
4use Catalyst;
5
6__PACKAGE__->setup;
7
81;