00203a37a0f8262816b39a418df5cb4af21c3e53
[gitmo/Mouse.git] / t / 100_bugs / 002_subtype_conflict_bug.t
1 #!/usr/bin/perl
2 # This is automatically generated by author/import-moose-test.pl.
3 # DO NOT EDIT THIS FILE. ANY CHANGES WILL BE LOST!!!
4 use t::lib::MooseCompat;
5
6 use strict;
7 use warnings;
8
9 use lib 't/lib', 'lib';
10
11 use Test::More;
12
13 use_ok('MyMooseA');
14 use_ok('MyMooseB');
15
16 done_testing;