X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FAttribute%2FNative%2FMethodProvider%2FHash.pm;h=ac2b1bc27cdda4d1b5f10069bf587c21fe84775a;hb=a538895dd79e9a74cd1ba763f77fa7d63cbab935;hp=6dc99a240962ae69f2498e62b60ed8bdfe146abc;hpb=93eeffdf8ffb33cb01f6982a7be82eb604fc1e4c;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 6dc99a2..ac2b1bc 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.01'; +our $VERSION = '1.02'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';