roles
[gitmo/Moose.git] / t / 045_role_composition_w_conflicts.t
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use Test::More tests => 2;
7 use Test::Exception;
8
9 BEGIN {  
10     use_ok('Moose');
11     use_ok('Moose::Role');
12 }