depend on workaround for issue during global destruction in t/live_fork.t (see also...
[catagits/Catalyst-Runtime.git] / t / lib / TestAppEncoding.pm
CommitLineData
5ab21903 1package TestAppEncoding;
2use strict;
3use warnings;
4use base qw/Catalyst/;
5use Catalyst;
6
7__PACKAGE__->config(name => __PACKAGE__);
8__PACKAGE__->setup;
9
101;
11