X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FMeta%2FMethod.pm;h=9567a28edb2fd5fa429d0ac04da0d2d65b42c025;hb=8d59c7239b90bb75b0187decbed09c6952e2b4a5;hp=21cff59d13fdc075efe641dd84686c97678b512d;hpb=612d3e1a65aebf8042df5972079695883a4eec6e;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Meta/Method.pm b/lib/Mouse/Meta/Method.pm index 21cff59..9567a28 100755 --- a/lib/Mouse/Meta/Method.pm +++ b/lib/Mouse/Meta/Method.pm @@ -1,8 +1,5 @@ package Mouse::Meta::Method; -use strict; -use warnings; - -use Mouse::Util qw(:meta); +use Mouse::Util qw(:meta); # enables strict and warnings use overload '&{}' => 'body', @@ -36,4 +33,6 @@ Mouse::Meta::Method - A Mouse Method metaclass L +L + =cut