Merge branch 'patch-1' of https://github.com/maqnouch/catalyst-runtime into maqnouch...
[catagits/Catalyst-Runtime.git] / t / lib / TestAppMatchSingleArg.pm
1 package TestAppMatchSingleArg;
2 use strict;
3 use warnings;
4 use TestLogger;
5 use Catalyst;
6
7 __PACKAGE__->log(TestLogger->new);
8
9 __PACKAGE__->setup;
10
11 1;