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=baf51cc7acc222d7d43c3ab7c1610492d0be092a;hp=21cff59d13fdc075efe641dd84686c97678b512d;hb=a25ca8d637c040b2f929b1a23dd62ff63d85f5d1;hpb=612d3e1a65aebf8042df5972079695883a4eec6e diff --git a/lib/Mouse/Meta/Method.pm b/lib/Mouse/Meta/Method.pm index 21cff59..baf51cc 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,8 +29,14 @@ __END__ Mouse::Meta::Method - A Mouse Method metaclass +=head1 VERSION + +This document describes Mouse version 0.37_06 + =head1 SEE ALSO L +L + =cut