merging the immutable branch into trunk
[gitmo/Class-MOP.git] / t / 108_ArrayBasedStorage_test.t
index c36a111..0757a61 100644 (file)
@@ -18,7 +18,7 @@ BEGIN {
     use strict;
     use warnings;    
     use metaclass (
-        ':instance_metaclass'  => 'ArrayBasedStorage::Instance',
+        'instance_metaclass'  => 'ArrayBasedStorage::Instance',
     );
     
     Foo->meta->add_attribute('foo' => (
@@ -54,7 +54,7 @@ BEGIN {
     use strict;
     use warnings;
     use metaclass (        
-        ':instance_metaclass'  => 'ArrayBasedStorage::Instance',
+        'instance_metaclass'  => 'ArrayBasedStorage::Instance',
     );
     
     Baz->meta->add_attribute('bling' => (