X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FAttribute%2FNative%2FMethodProvider%2FHash.pm;h=6dc99a240962ae69f2498e62b60ed8bdfe146abc;hb=3eb89f709f04907580b508f821d6be2316fcb65f;hp=984d1b2290db7c7cea30a2b6fe19c282b7d96d8b;hpb=c776160203d49277d4501b76ec02ef10d306193b;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 984d1b2..6dc99a2 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 = '1.00'; +our $VERSION = '1.01'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';