X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FAccessor.pm;h=9dcbf7029553bb68ae3cc554bdc45ca696b9893d;hb=4da72c45030b36f43e7b9bfb15c38276f14db3a6;hp=5c26d94b0b124e9f80c23c6f7ea6db7c0776c814;hpb=aa7bbf26111ba4ed260458857f0a9cf007511bd4;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Accessor.pm b/lib/Moose/Meta/Method/Accessor.pm index 5c26d94..9dcbf70 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.68'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';