whole bunch of stuff
[gitmo/Class-MOP.git] / t / 104_AttributesWithHistory_test.t
index ada9d67..8542ef0 100644 (file)
@@ -29,8 +29,8 @@ BEGIN {
     
     sub new  {
         my $class = shift;
-        bless $class->meta->construct_instance(@_) => $class;
-    }        
+        $class->meta->new_object(@_);
+    }   
 }
 
 my $foo = Foo->new();