X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FAccessor%2FNative%2FString%2Fappend.pm;h=0d5ef7857dacb4aa8b3cccd252b3582f7e8ec31d;hb=f4b86ac0e1fd7ff8a180f2f8332821170db5371e;hp=ff17db554d9fd52a09e3159e5bddda6e29f17e2d;hpb=8b9641b857cdd065a68f9b74ad072b1d58fcd4e1;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Accessor/Native/String/append.pm b/lib/Moose/Meta/Method/Accessor/Native/String/append.pm index ff17db5..0d5ef78 100644 --- a/lib/Moose/Meta/Method/Accessor/Native/String/append.pm +++ b/lib/Moose/Meta/Method/Accessor/Native/String/append.pm @@ -3,7 +3,7 @@ package Moose::Meta::Method::Accessor::Native::String::append; use strict; use warnings; -our $VERSION = '1.14'; +our $VERSION = '1.16'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; @@ -17,7 +17,7 @@ with 'Moose::Meta::Method::Accessor::Native::Writer' => { _inline_optimized_set_new_value ) ] -}; + }; sub _minimum_arguments { 1 }