X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FAccessor.pm;h=d878ed51b27903827502d48a9f4bec1ac64946b2;hb=45fd4af3f6e105226269374597a182f1b2767131;hp=55ad0877148f2a8219bf64fa35ebc05b5441b4f1;hpb=8bb7da15189945c1ea1f33a7e2c966cb002e526f;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Accessor.pm b/lib/Moose/Meta/Method/Accessor.pm index 55ad087..d878ed5 100644 --- a/lib/Moose/Meta/Method/Accessor.pm +++ b/lib/Moose/Meta/Method/Accessor.pm @@ -6,7 +6,7 @@ use warnings; use Carp 'confess'; -our $VERSION = '0.10'; +our $VERSION = '0.11'; our $AUTHORITY = 'cpan:STEVAN'; use base 'Moose::Meta::Method',