depend on workaround for issue during global destruction in t/live_fork.t (see also...
[catagits/Catalyst-Runtime.git] / t / lib / TestAppMetaCompat.pm
CommitLineData
4556c26f 1package TestAppMetaCompat;
2use base qw/Catalyst/;
3
4__PACKAGE__->config(name => __PACKAGE__);
5__PACKAGE__->setup;
6
71;
8