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=5d0310cd36f3eded9bf6eab0e352c3fa41bb4d00;hpb=7f5ec80d99caad6df365a018719f875465358f17;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 5d0310c..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.15'; +our $VERSION = '1.16'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';