projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1f77992
)
foo
Stevan Little [Mon, 20 Nov 2006 17:30:42 +0000 (17:30 +0000)]
benchmarks/immutable.pl
patch
|
blob
|
blame
|
history
diff --git
a/benchmarks/immutable.pl
b/benchmarks/immutable.pl
index
3ff6f42
..
0e5fab9
100644
(file)
--- 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);