Merge remote branch 'origin/no_state_in_engine'
[catagits/Catalyst-Runtime.git] / t / aggregate / unit_metaclass_compat_non_moose.t
1 #!/usr/bin/env perl
2 use strict;
3 use warnings;
4 use lib 't/lib';
5 use Test::More tests => 1;
6 use_ok('TestAppMetaCompat');
7