Comment out a debug output
[gitmo/Mouse.git] / 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;