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