do not change the best_action when args(0) if current best_action is also args(0)
[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;