No real reason for MOUSE_DEBUG these days
Shawn M Moore [Sat, 7 Mar 2009 00:06:14 +0000 (00:06 +0000)]
lib/Mouse.pm

index 67c1e77..6278e3d 100644 (file)
@@ -6,14 +6,6 @@ use base 'Exporter';
 
 our $VERSION = '0.18';
 
-BEGIN {
-    if ($ENV{MOUSE_DEBUG}) {
-        *DEBUG = sub (){ 1 };
-    } else {
-        *DEBUG = sub (){ 0 };
-    }
-}
-
 use Carp 'confess';
 use Scalar::Util 'blessed';
 use Mouse::Util;