foo
[gitmo/Moose.git] / 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);