complete re-organization of the test suite
[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 tests => 1;
7
8 BEGIN {
9     use_ok('Test::Moose');
10 }