X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FAccessor%2FNative%2FBool%2Fset.pm;h=6196288aac3c4799f260eac666f13fe686df2f14;hb=f0b2e5673e864903e74a429565d0c57b69a60b95;hp=e8cf889adbba4a31abedaddbafe3ae69b6dc98b3;hpb=7f5ec80d99caad6df365a018719f875465358f17;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Accessor/Native/Bool/set.pm b/lib/Moose/Meta/Method/Accessor/Native/Bool/set.pm index e8cf889..6196288 100644 --- a/lib/Moose/Meta/Method/Accessor/Native/Bool/set.pm +++ b/lib/Moose/Meta/Method/Accessor/Native/Bool/set.pm @@ -3,7 +3,7 @@ package Moose::Meta::Method::Accessor::Native::Bool::set; use strict; use warnings; -our $VERSION = '1.15'; +our $VERSION = '1.19'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';