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=a1f4a4198454e657b53c252aec697a0ec5996824;hp=a018662e933b4566be3c8dac6300fe5a2553c079;hb=06a970ab9fb60a4cac5e3f1774cf9a2914c94cc1;hpb=31c5194bc6a176cec4de515163d27f174eba5c9b diff --git a/lib/Mouse/Meta/Method.pm b/lib/Mouse/Meta/Method.pm index a018662..a1f4a41 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', @@ -32,6 +29,10 @@ __END__ Mouse::Meta::Method - A Mouse Method metaclass +=head1 VERSION + +This document describes Mouse version 0.38 + =head1 SEE ALSO L