Test case for a way to make C3 crap itself by partially using Moose + fix.
[catagits/Catalyst-Runtime.git] / t / 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