X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FAttribute%2FNative%2FMethodProvider%2FCounter.pm;h=3199ad21b41cce311f3dd85cf4c60c0db117c0ca;hb=b6cca0d5690feec99436fe952315d5d4feeb9473;hp=cc9f3397b8e6aa79cd09353c7049445427daa15d;hpb=9039e8ec60c872fa009efedd3b7b311128d1fc4b;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Attribute/Native/MethodProvider/Counter.pm b/lib/Moose/Meta/Attribute/Native/MethodProvider/Counter.pm index cc9f339..3199ad2 100644 --- a/lib/Moose/Meta/Attribute/Native/MethodProvider/Counter.pm +++ b/lib/Moose/Meta/Attribute/Native/MethodProvider/Counter.pm @@ -2,7 +2,7 @@ package Moose::Meta::Attribute::Native::MethodProvider::Counter; use Moose::Role; -our $VERSION = '0.89_01'; +our $VERSION = '1.14'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; @@ -40,12 +40,12 @@ __END__ =head1 NAME -Moose::Meta::Attribute::Native::MethodProvider::Counter +Moose::Meta::Attribute::Native::MethodProvider::Counter - role providing method generators for Counter trait =head1 DESCRIPTION This is a role which provides the method generators for -L. Please check there for +L. Please check there for documentation on what methods are provided. =head1 METHODS @@ -58,9 +58,7 @@ documentation on what methods are provided. =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