X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FAttribute%2FNative%2FMethodProvider%2FHash.pm;h=115d1106a34e6922532bd8eb6c7c563e89ffc8f1;hb=2e7576bdd6c4a179beadc2d21623c6cad1d66469;hp=9baffa18eae457e411c81d7fa5e3c7e6395a9f14;hpb=bb023e1502c774e259e935cf15d390db67e10f9c;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Attribute/Native/MethodProvider/Hash.pm b/lib/Moose/Meta/Attribute/Native/MethodProvider/Hash.pm index 9baffa1..115d110 100644 --- a/lib/Moose/Meta/Attribute/Native/MethodProvider/Hash.pm +++ b/lib/Moose/Meta/Attribute/Native/MethodProvider/Hash.pm @@ -1,7 +1,7 @@ package Moose::Meta::Attribute::Native::MethodProvider::Hash; use Moose::Role; -our $VERSION = '0.89_01'; +our $VERSION = '0.96'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; @@ -183,12 +183,12 @@ __END__ =head1 NAME -Moose::Meta::Attribute::Native::MethodProvider::Hash +Moose::Meta::Attribute::Native::MethodProvider::Hash - role providing method generators for Hash 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 @@ -201,9 +201,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