X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FAccessor%2FNative%2FCode%2Fexecute_method.pm;h=f9d8c0035f2677cdc7202f1084eb8bad74838d5c;hb=f4b86ac0e1fd7ff8a180f2f8332821170db5371e;hp=ac042d637ef8528b45c0f4dde2540f3c8d33ae21;hpb=0953b5a4784ae9e36130d87ad9bff255b5c581c8;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Accessor/Native/Code/execute_method.pm b/lib/Moose/Meta/Method/Accessor/Native/Code/execute_method.pm index ac042d6..f9d8c00 100644 --- a/lib/Moose/Meta/Method/Accessor/Native/Code/execute_method.pm +++ b/lib/Moose/Meta/Method/Accessor/Native/Code/execute_method.pm @@ -3,7 +3,7 @@ package Moose::Meta::Method::Accessor::Native::Code::execute_method; use strict; use warnings; -our $VERSION = '1.15'; +our $VERSION = '1.16'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';