updating the test numbers and adding the CountingClass test
[gitmo/Class-MOP.git] / t / lib / BinaryTree.pm
index 04c0e3f..7ba63d1 100644 (file)
@@ -1,11 +1,11 @@
 
-use Class::MOP ':universal';
-
 package BinaryTree;
 
 use strict;
 use warnings;
 
+use Class::MOP 'meta';
+
 our $VERSION = '0.01';
 
 __PACKAGE__->meta->add_attribute(