projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
58630bf
)
comment for new test
Yuval Kogman [Fri, 27 Jun 2008 09:45:32 +0000 (09:45 +0000)]
t/100_bugs/015_immutable_n_around.t
patch
|
blob
|
blame
|
history
diff --git
a/t/100_bugs/015_immutable_n_around.t
b/t/100_bugs/015_immutable_n_around.t
index
95d4202
..
a5f9987
100644
(file)
--- a/
t/100_bugs/015_immutable_n_around.t
+++ b/
t/100_bugs/015_immutable_n_around.t
@@
-5,6
+5,8
@@
use warnings;
use Test::More 'no_plan';
+# if make_immutable is removed from the following code the tests pass
+
{
package Foo;
use Moose;