projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1759509
)
Comment out a debug output
gfx [Wed, 21 Apr 2010 04:19:08 +0000 (13:19 +0900)]
t/900_bug/007_RT56523.t
patch
|
blob
|
blame
|
history
diff --git
a/t/900_bug/007_RT56523.t
b/t/900_bug/007_RT56523.t
index
09847c0
..
cda8ed4
100644
(file)
--- a/
t/900_bug/007_RT56523.t
+++ b/
t/900_bug/007_RT56523.t
@@
-1,7
+1,7
@@
#!/usr/bin/perl
use strict;
use Test::More;
-warn $Mouse::VERSION;
+#warn $Mouse::VERSION;
{
package Foo;