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