X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod.pm;h=0a8967923e72d7365099b6f4c4199a76800b577b;hb=db236a63c00371129c2254251aaa1408f044cd89;hp=6a9b2cd9f940b05935f816c45af48be6464c06a4;hpb=6fdf3dfaab2a36f6a73204759df23782f0b1940f;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method.pm b/lib/Moose/Meta/Method.pm index 6a9b2cd..0a89679 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.88'; +our $VERSION = '1.10'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; @@ -41,10 +41,10 @@ Moose::Meta::Method - A Moose Method metaclass =head1 DESCRIPTION -This class is a subclass of L that provides +This class is a subclass of L that provides additional Moose-specific functionality, all of which is private. -To understand this class, you should read the the L +To understand this class, you should read the the L documentation. =head1 INHERITANCE @@ -53,9 +53,7 @@ C is a subclass of L. =head1 BUGS -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. +See L for details on reporting bugs. =head1 AUTHOR @@ -63,7 +61,7 @@ Stevan Little Estevan@iinteractive.comE =head1 COPYRIGHT AND LICENSE -Copyright 2006-2009 by Infinity Interactive, Inc. +Copyright 2006-2010 by Infinity Interactive, Inc. L