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