From: gfx Date: Wed, 21 Apr 2010 04:19:08 +0000 (+0900) Subject: Comment out a debug output X-Git-Tag: 0.55~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=3823fbc79ecaa60928ccd620fe68454ea6de265e Comment out a debug output --- diff --git a/t/900_bug/007_RT56523.t b/t/900_bug/007_RT56523.t index 09847c0..cda8ed4 100644 --- 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;