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=e7724627674e5f80d9318fb39cf8976fbe2f837b;hp=86a9b0c733c3cf4e157a6c3f0630963ae2057d0d;hpb=122a129ac1b02a53a4ac31f848a9bc89ce8feacf;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 86a9b0c..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'; +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