adding ->parent_registry to the TC registry object
[gitmo/Moose.git] / t / 101_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 => 3;
9
10 BEGIN {
11     use_ok('Moose');           
12 }
13
14 use_ok('MyMooseA');
15 use_ok('MyMooseB');