From: Stevan Little Date: Mon, 20 Nov 2006 17:30:42 +0000 (+0000) Subject: foo X-Git-Tag: 0_18_002~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cd51de1fc99d17a096cce0da77add4a2fc46c8ea;p=gitmo%2FMoose.git foo --- 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);