X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=benchmarks%2Fimmutable.pl;h=0e5fab99c2ca99c7b3fd45ee1435d896e195045a;hb=d0caa5e58a8ebd292a03261b31af6764ba0caa22;hp=3ff6f42645f2dde75fec688be61a0d552242995c;hpb=1f7799268624a1daa3d84d8326f8f0bdc4ef8c75;p=gitmo%2FMoose.git diff --git a/benchmarks/immutable.pl b/benchmarks/immutable.pl index 3ff6f42..0e5fab9 100644 --- a/benchmarks/immutable.pl +++ b/benchmarks/immutable.pl @@ -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);