projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
80d7d63
)
Remove unneccessary code
gfx [Thu, 13 Aug 2009 06:59:23 +0000 (15:59 +0900)]
t/005_attributes.t
patch
|
blob
|
blame
|
history
diff --git
a/t/005_attributes.t
b/t/005_attributes.t
index
b28e963
..
b7a545b
100644
(file)
--- a/
t/005_attributes.t
+++ b/
t/005_attributes.t
@@
-256,5
+256,5
@@
for(1 .. 2){
::ok($buzz4->has_bah, '...bah is set');
::is($buzz4->bah, undef, '...bah is undef');
- Buzz->meta->make_immutable(inline_constructor => 1, replace_constructor => 1);
+ Buzz->meta->make_immutable();
}