Moose now warns when you try to load it from the main package. Added a
[gitmo/Moose.git] / t / 100_bugs / 002_subtype_conflict_bug.t
CommitLineData
446e850f 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use lib 't/lib', 'lib';
7
7ff56534 8use Test::More tests => 2;
9
446e850f 10
446e850f 11
12use_ok('MyMooseA');
13use_ok('MyMooseB');