depend on workaround for issue during global destruction in t/live_fork.t (see also...
[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