X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FAccessor%2FNative.pm;h=1753b8aa0d3da4e87d5a487bd4d9f04e4824bc99;hb=bb09ad9144e7ee7b2cad8a90725267f591346406;hp=a4996f1c8c91888b79c72903d31064b6605f77af;hpb=ca61b24080e843125791c04782e9a01d7da04994;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Accessor/Native.pm b/lib/Moose/Meta/Method/Accessor/Native.pm index a4996f1..1753b8a 100644 --- a/lib/Moose/Meta/Method/Accessor/Native.pm +++ b/lib/Moose/Meta/Method/Accessor/Native.pm @@ -6,7 +6,7 @@ use warnings; use Carp qw( confess ); use Scalar::Util qw( blessed weaken ); -our $VERSION = '1.16'; +our $VERSION = '1.17'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';