X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=fd1a5f09f46847063b581ec019aff1104f7afcad;hb=590e40d8d76ceb0ee30bbd2ea9e679701bb1280a;hp=25926ad58de8a184c4f16d6e359a3b582438da9c;hpb=66e3df7a8d3d839b53f6fc3af8f4bad6fc27fefe;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index 25926ad..fd1a5f0 100644 --- a/lib/Mouse/Role.pm +++ b/lib/Mouse/Role.pm @@ -3,8 +3,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 ();