Refreshing branch
[catagits/Catalyst-Runtime.git] / trunk / t / lib / TestAppMetaCompat.pm
CommitLineData
ceae39c5 1package TestAppMetaCompat;
2use base qw/Catalyst/;
3
4__PACKAGE__->config(name => __PACKAGE__);
5__PACKAGE__->setup;
6
71;
8