From: gfx Date: Tue, 27 Oct 2009 03:54:38 +0000 (+0900) Subject: Remove debuggign code X-Git-Tag: 0.40_02~20 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=c2562f1868c4cceb09d362994790f017f95b8ed5 Remove debuggign code --- diff --git a/lib/Mouse/Util.pm b/lib/Mouse/Util.pm index 949b654..948aa16 100644 --- a/lib/Mouse/Util.pm +++ b/lib/Mouse/Util.pm @@ -16,7 +16,6 @@ BEGIN{ # $hack_mouse_file fools its mechanism (my $hack_mouse_file = __FILE__) =~ s/.Util//; # .../Mouse/Util.pm -> .../Mouse.pm - print "$hack_mouse_file\n"; $need_pp = !eval sprintf("#line %d %s\n", __LINE__, $hack_mouse_file) . q{ require XSLoader; XSLoader::load('Mouse', $VERSION);