Comment out a debug output
gfx [Wed, 21 Apr 2010 04:19:08 +0000 (13:19 +0900)]
t/900_bug/007_RT56523.t

index 09847c0..cda8ed4 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 use strict;
 use Test::More;
-warn $Mouse::VERSION;
+#warn $Mouse::VERSION;
 {
     package Foo;