getting close to a 0.07 release
[gitmo/Class-MOP.git] / t / 104_AttributesWithHistory_test.t
index 8542ef0..c83c950 100644 (file)
@@ -13,8 +13,7 @@ BEGIN {
 
 {
     package Foo;
-    
-    use Class::MOP 'meta';
+    use metaclass;
     
     Foo->meta->add_attribute(AttributesWithHistory->new('foo' => (
         accessor         => 'foo',