X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FAttribute%2FNative%2FMethodProvider%2FCounter.pm;h=f93c147ccb34a270fdbffbcc9663883f0fc0fbc1;hb=8b09d5c3b7d7e44b2feb8b9485d8423c58b09b16;hp=0bc26491ada9c0781b2db3bbe34648404d147a3b;hpb=8de5717850eb1f406e5f71d2ccfac33c72cc490b;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 0bc2649..f93c147 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.92'; +our $VERSION = '0.95'; $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