X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FAccessor.pm;h=eacb778d30da10796490ef07f0eb2b09894d83a1;hb=b2ad68e3fbe4016e354980a636c1ed39e941162a;hp=5c26d94b0b124e9f80c23c6f7ea6db7c0776c814;hpb=d67ce58f8d57e240ded1f1ebdf262456ce2ff5be;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Accessor.pm b/lib/Moose/Meta/Method/Accessor.pm index 5c26d94..eacb778 100644 --- a/lib/Moose/Meta/Method/Accessor.pm +++ b/lib/Moose/Meta/Method/Accessor.pm @@ -4,7 +4,7 @@ package Moose::Meta::Method::Accessor; use strict; use warnings; -our $VERSION = '0.66'; +our $VERSION = '0.67'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';