move all core use of "debug" to use "trace" instead (or almost all of them)
[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