projects
/
gitmo/MooseX-Singleton.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c77ec30
)
Remove doubled up code
Dave Rolsky [Fri, 18 Sep 2009 20:41:08 +0000 (15:41 -0500)]
t/003-immutable.t
patch
|
blob
|
blame
|
history
diff --git
a/t/003-immutable.t
b/t/003-immutable.t
index
e5a4047
..
39e45bd
100644
(file)
--- a/
t/003-immutable.t
+++ b/
t/003-immutable.t
@@
-39,7
+39,7
@@
BEGIN {
$self->bag->{$key} += $value;
}
-__PACKAGE__->meta->make_immutable;
+
::warning_is sub { __PACKAGE__->meta->make_immutable }, '',
'no warnings when calling make_immutable';
}