oops. we want to use 'metaclass' in role, too :(
[gitmo/Mouse.git] / lib / Mouse.pm
index 67c1e77..5f6ea37 100644 (file)
@@ -4,15 +4,7 @@ use warnings;
 use 5.006;
 use base 'Exporter';
 
-our $VERSION = '0.18';
-
-BEGIN {
-    if ($ENV{MOUSE_DEBUG}) {
-        *DEBUG = sub (){ 1 };
-    } else {
-        *DEBUG = sub (){ 0 };
-    }
-}
+our $VERSION = '0.19';
 
 use Carp 'confess';
 use Scalar::Util 'blessed';