X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod.pm;h=b690473300798d8bc764b657ac9d0752ea765099;hb=1808c2dab86d0317d10f70d3a7a923e97daf54bb;hp=2b8a820850808ac67dcaf2f78f1cb6d651815741;hpb=e3177578e98dad97efbc063f4418e9f5e6fec629;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method.pm b/lib/Moose/Meta/Method.pm index 2b8a820..b690473 100644 --- a/lib/Moose/Meta/Method.pm +++ b/lib/Moose/Meta/Method.pm @@ -3,7 +3,7 @@ package Moose::Meta::Method; use strict; use warnings; -our $VERSION = '0.72'; +our $VERSION = '0.92'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; @@ -47,9 +47,13 @@ additional Moose-specific functionality, all of which is private. To understand this class, you should read the the L documentation. +=head1 INHERITANCE + +C is a subclass of L. + =head1 BUGS -All complex software has bugs lurking in it, and this module is no +All complex software has bugs lurking in it, and this module is no exception. If you find a bug please either email me, or add the bug to cpan-RT.