depend on workaround for issue during global destruction in t/live_fork.t (see also...
[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;