foo
Stevan Little [Mon, 20 Nov 2006 17:30:42 +0000 (17:30 +0000)]
benchmarks/immutable.pl

index 3ff6f42..0e5fab9 100644 (file)
@@ -54,9 +54,9 @@ coerce 'Foo'
     has 'type_constraint' => (is => 'rw', isa => 'Foo');    
     has 'coercion'        => (is => 'rw', isa => 'Foo', coerce => 1);
     
-    sub BUILD {
-        # ...
-    }
+    #sub BUILD {
+    #    # ...
+    #}
     
     Foo::Immutable->meta->make_immutable(debug => 0);