Checking in changes prior to tagging of version 0.39. Changelog diff is:
[gitmo/Mouse.git] / lib / Mouse / Meta / Role / Method.pm
index 1d3d0a0..3012493 100755 (executable)
@@ -1,10 +1,23 @@
 package Mouse::Meta::Role::Method;
-use strict;
-use warnings;
+use Mouse::Util; # enables strict and warnings
 
-use base qw(Mouse::Meta::Method);
+use Mouse::Meta::Method;
+our @ISA = qw(Mouse::Meta::Method);
 
 1;
-
 __END__
 
+=head1 NAME
+
+Mouse::Meta::Role::Method - A Mouse Method metaclass for Roles
+
+=head1 VERSION
+
+This document describes Mouse version 0.39
+
+=head1 SEE ALSO
+
+L<Moose::Meta::Role::Method>
+
+=cut
+