fix for prototype undecl issue when type constraint utils loaded before consumers...
[gitmo/Moose.git] / t / 300_immutable_moose.t
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use Test::More tests => 1;
7 use Test::Exception;
8
9 BEGIN {  
10     use_ok('Moose');
11 }
12
13 =pod
14
15 Nothing here yet, but soon :)
16
17 =cut