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