merge trunk to pluggable errors
[gitmo/Moose.git] / t / 100_bugs / 002_subtype_conflict_bug.t
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use lib 't/lib', 'lib';
7
8 use Test::More tests => 2;
9
10
11
12 use_ok('MyMooseA');
13 use_ok('MyMooseB');