X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FMeta%2FMethod.pm;h=9567a28edb2fd5fa429d0ac04da0d2d65b42c025;hb=5ea1528fe2d2674078792994204fd8387a619c2b;hp=a018662e933b4566be3c8dac6300fe5a2553c079;hpb=31c5194bc6a176cec4de515163d27f174eba5c9b;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Meta/Method.pm b/lib/Mouse/Meta/Method.pm index a018662..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',