generate app for live tests manually rather than using Catalyst::Devel
[catagits/Catalyst-Runtime.git] / t / lib / TestAppEncodingSetInConfig.pm
CommitLineData
7cc51a2e 1package TestAppEncodingSetInConfig;
2use Moose;
3
4use Catalyst qw/ConfigLoader/;
5
6extends 'Catalyst';
7
8__PACKAGE__->setup;
9
101;