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=87f49322c0ac946a25c77ac01c2c4f3c05ff1b39;hpb=6e56c6e09ab419776522759fc65fb0e85af66538;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 87f4932..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_02'; +our $VERSION = '0.96'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; @@ -183,7 +183,7 @@ __END__ =head1 NAME -Moose::Meta::Attribute::Native::MethodProvider::Hash +Moose::Meta::Attribute::Native::MethodProvider::Hash - role providing method generators for Hash trait =head1 DESCRIPTION @@ -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