X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod.pm;h=3acfba5b28cf1ed21f27e2b19c5d79dc02233372;hb=19a330e587fbf184f16bfc650de8bc6301098170;hp=70fea8451a4930122fb48d7bbe5e1370a790818f;hpb=0aca6c894339607ab07bc40a508ab47129f0f1ec;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method.pm b/lib/Moose/Meta/Method.pm index 70fea84..3acfba5 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.74'; +our $VERSION = '1.03'; $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