Add another MOOSE_TEST_MD option, MooseX
[gitmo/Moose.git] / t / bugs / Moose_Object_error.t
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use lib 't/lib', 'lib';
7
8 use Test::More;
9
10 use_ok('MyMooseObject');
11
12 done_testing;