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=fad49144148c4fbd0352baaa78615bec1927cdd5;hpb=e22d28f22f15b0ea66e4bff6fec33bab2c088687;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 fad4914..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,7 +40,7 @@ __END__ =head1 NAME -Moose::Meta::Attribute::Native::MethodProvider::Counter +Moose::Meta::Attribute::Native::MethodProvider::Counter - role providing method generators for Counter trait =head1 DESCRIPTION @@ -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