X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FMeta%2FMethod.pm;h=9c0b5e3477fed978ed4006b3dfcc5222abb66d04;hp=a4230127c5890b4aefffbab432a57f32d3bedc0a;hb=53875581c2449e237cc1135b8c2cf1674a874aed;hpb=ea249879d28f5ce42afb95feeb7dcb6d37fcd241 diff --git a/lib/Mouse/Meta/Method.pm b/lib/Mouse/Meta/Method.pm index a423012..9c0b5e3 100755 --- a/lib/Mouse/Meta/Method.pm +++ b/lib/Mouse/Meta/Method.pm @@ -2,6 +2,8 @@ package Mouse::Meta::Method; use strict; use warnings; +use Mouse::Util qw(:meta); + use overload '&{}' => 'body', fallback => 1,