X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=3392f3e3e68cc5e96ca545491c7c22f297d8fd83;hp=89a44c7bf906dba832f7cebb0c5a893e8838a170;hb=26482d3ff20c9e131b14e5fbf949b0eeadcea7c6;hpb=72381201e89a8afbff9b01f62f49240fd9c96789 diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index 89a44c7..3392f3e 100644 --- a/lib/Mouse/Role.pm +++ b/lib/Mouse/Role.pm @@ -24,6 +24,9 @@ do { around => sub { return sub { } }, + has => sub { + return sub { } + }, ); my $exporter = Sub::Exporter::build_exporter({