got rid of all the use_ok junk except for 000_load.t
[gitmo/Class-MOP.git] / t / 005_attributes.t
index 62d54f4..770991d 100644 (file)
@@ -3,12 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 71;
+use Test::More tests => 70;
 use Test::Exception;
 
-BEGIN {
-    use_ok('Class::MOP');
-}
+use Class::MOP;
 
 my $FOO_ATTR = Class::MOP::Attribute->new('$foo');
 my $BAR_ATTR = Class::MOP::Attribute->new('$bar' => (