X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FAttribute%2FNative%2FMethodProvider%2FArray.pm;h=b2ec1677692e57587373ea6a694ea28ba2875fd1;hb=a4895a0e18511244dd0a27fb92c13eed64ef7ee3;hp=6b2bf2b2e3fb943aea881c724b281fe402503d22;hpb=b7ef2be4b4b814c7ef52b96cc33e7fb4581428ba;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Attribute/Native/MethodProvider/Array.pm b/lib/Moose/Meta/Attribute/Native/MethodProvider/Array.pm index 6b2bf2b..b2ec167 100644 --- a/lib/Moose/Meta/Attribute/Native/MethodProvider/Array.pm +++ b/lib/Moose/Meta/Attribute/Native/MethodProvider/Array.pm @@ -4,7 +4,7 @@ use Moose::Role; use List::Util; use List::MoreUtils; -our $VERSION = '0.95'; +our $VERSION = '0.97'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; @@ -363,7 +363,7 @@ __END__ =head1 NAME -Moose::Meta::Attribute::Native::MethodProvider::Array +Moose::Meta::Attribute::Native::MethodProvider::Array - role providing method generators for Array trait =head1 DESCRIPTION