projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
113a969
)
Fix Util.pm
gfx [Mon, 26 Oct 2009 08:27:53 +0000 (17:27 +0900)]
lib/Mouse/Util.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Mouse/Util.pm
b/lib/Mouse/Util.pm
index
7ac2a08
..
a5678b9
100644
(file)
--- a/
lib/Mouse/Util.pm
+++ b/
lib/Mouse/Util.pm
@@
-15,7
+15,7
@@
BEGIN{
require XSLoader;
XSLoader::load('Mouse', $VERSION);
};
- warn $@ if $@; # for DEBUGGING
+ #warn $@ if $@;
}
if($need_pp){