show constraint name if available, and fix bug where end of chain dod not show arg...
[catagits/Catalyst-Runtime.git] / t / lib / TestAppEncoding.pm
1 package TestAppEncoding;
2 use strict;
3 use warnings;
4 use base qw/Catalyst/;
5 use Catalyst;
6
7 __PACKAGE__->config(name => __PACKAGE__);
8 __PACKAGE__->setup;
9
10 1;
11