X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=3e86088da3c8842786bb067b849b4d7f36a4c9a7;hp=0059eb63286a0d1936cdf5c74f44f21c4263e713;hb=f3bb863f6a6ef09220bbf51bc4cea3874d862776;hpb=5fd0bdcff27d34da1708e95dab8eba97d80aa492 diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index 0059eb6..3e86088 100644 --- a/lib/Mouse/Role.pm +++ b/lib/Mouse/Role.pm @@ -1,7 +1,8 @@ package Mouse::Role; use strict; use warnings; -use base 'Exporter'; + +use Exporter; use Carp 'confess'; use Scalar::Util 'blessed'; @@ -9,6 +10,8 @@ use Scalar::Util 'blessed'; use Mouse::Util qw(load_class not_supported); use Mouse (); +our @ISA = qw(Exporter); + our @EXPORT = qw( extends with has