X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod.pm;h=7ebe04ebd1009020c8d96e7e7263a8f5ec3e1618;hb=refs%2Ftags%2F0.96;hp=802e41d2a0a3f9322945fc1d26e567541a2e64b2;hpb=eae0508f6f8fca847956c2ed8c48ec23cebd3106;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method.pm b/lib/Moose/Meta/Method.pm index 802e41d..7ebe04e 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.81'; +our $VERSION = '0.96'; $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