X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod.pm;h=bbc57ee99b14faf9d6bfda972456f85691e0b066;hb=4a9e8ff6131ac147d6d3de3e7570bf5e57e1ee67;hp=a790f972376fce90e4e771056902fe3e53e11646;hpb=7a10df4daf77f0efcf873693e0868b845387430d;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method.pm b/lib/Moose/Meta/Method.pm index a790f97..bbc57ee 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.93_03'; +our $VERSION = '1.09'; $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