Document the action config here, as people don't seem to find it and this may help..
[catagits/Catalyst-Runtime.git] / t / lib / TestAppMetaCompat.pm
1 package TestAppMetaCompat;
2 use base qw/Catalyst/;
3
4 __PACKAGE__->config(name => __PACKAGE__);
5 __PACKAGE__->setup;
6
7 1;
8