fix for debug regression caused by commit 5dd46e24eedec447bdfbc4061ed683b5a17a7b0c
[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;