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