updating the test numbers and adding the CountingClass test
[gitmo/Class-MOP.git] / t / 000_load.t
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use Test::More tests => 4;
7
8 BEGIN {
9     use_ok('Class::MOP');
10     use_ok('Class::MOP::Class');
11     use_ok('Class::MOP::Attribute');
12     use_ok('Class::MOP::Method');            
13 }