Remove MockObject from Makefile.PL
[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