Don't define Mouse::blessed() and Mouse::confess()
[gitmo/Mouse.git] / lib / Mouse.pm
index ceebe19..1dc0087 100644 (file)
@@ -5,8 +5,8 @@ use Mouse::Exporter; # enables strict and warnings
 
 our $VERSION = '0.88';
 
-use Carp         qw(confess);
-use Scalar::Util qw(blessed);
+use Carp         ();
+use Scalar::Util ();
 
 use Mouse::Util ();