moving some tests around, increasing the coverage and generally improving the test...
[gitmo/Class-MOP.git] / t / 016_class_errors_and_edge_cases.t
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use Test::More no_plan => 1;
7 use Test::Exception;
8
9 BEGIN {
10     use_ok('Class::MOP');
11 }