Remove our (now broken) dzil GatherDir subclass
[gitmo/Moose.git] / t / moose_util / moose_util.t
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use Test::More;
7
8 BEGIN {
9     use_ok('Moose::Util');
10 }
11
12 done_testing;