Make sure that applied_attribute roles don't spill over to other roles to during...
[gitmo/Moose.git] / t / 500_test_moose / 001_test_moose.t
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use Test::More;
7
8 BEGIN {
9     use_ok('Test::Moose');
10 }
11
12 done_testing;