Doc super() warning in Changes
[gitmo/Moose.git] / t / test_moose / 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;