X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=fd1a5f09f46847063b581ec019aff1104f7afcad;hp=25926ad58de8a184c4f16d6e359a3b582438da9c;hb=590e40d8d76ceb0ee30bbd2ea9e679701bb1280a;hpb=bf930151b4de06afa74071330a5d841ad0bcedfa 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 ();