projects
/
gitmo/MooseX-UndefTolerant.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
26dd75e
)
with_immutable needs to test both mutable and immutable conditions
Karen Etheridge [Sun, 23 Sep 2012 19:05:19 +0000 (12:05 -0700)]
t/basic.t
patch
|
blob
|
blame
|
history
diff --git
a/t/basic.t
b/t/basic.t
index
e5e362c
..
e809247
100644
(file)
--- a/
t/basic.t
+++ b/
t/basic.t
@@
-15,7
+15,6
@@
has 'bar' => (
predicate => 'has_bar'
);
-__PACKAGE__->meta->make_immutable;
}
package main;