since _context is a weak ref it can go out of scope before all the errors are finishe...
[catagits/Catalyst-Runtime.git] / t / lib / TestAppEncodingSetInConfig.pm
1 package TestAppEncodingSetInConfig;
2 use Moose;
3
4 use Catalyst qw/ConfigLoader/;
5
6 extends 'Catalyst';
7
8 __PACKAGE__->setup;
9
10 1;