projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3d544ed
)
silence the warnings
Stevan Little [Tue, 18 Apr 2006 23:46:48 +0000 (23:46 +0000)]
t/055_util_type_reloading.t
patch
|
blob
|
blame
|
history
diff --git
a/t/055_util_type_reloading.t
b/t/055_util_type_reloading.t
index
4956de6
..
e0a253f
100644
(file)
--- a/
t/055_util_type_reloading.t
+++ b/
t/055_util_type_reloading.t
@@
-12,6
+12,8
@@
BEGIN {
use_ok('Moose');
}
+$SIG{__WARN__} = sub { 0 };
+
eval { require Foo; };
ok(!$@, '... loaded Foo successfully') || diag $@;