X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FAccessor%2FNative%2FString%2Fprepend.pm;h=aee4123b8ca8ebcc851b22677480b1974a9efaa3;hb=f4b86ac0e1fd7ff8a180f2f8332821170db5371e;hp=07a77d6207c743db2180c1008d0087b93bd602bb;hpb=0953b5a4784ae9e36130d87ad9bff255b5c581c8;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Accessor/Native/String/prepend.pm b/lib/Moose/Meta/Method/Accessor/Native/String/prepend.pm index 07a77d6..aee4123 100644 --- a/lib/Moose/Meta/Method/Accessor/Native/String/prepend.pm +++ b/lib/Moose/Meta/Method/Accessor/Native/String/prepend.pm @@ -3,7 +3,7 @@ package Moose::Meta::Method::Accessor::Native::String::prepend; use strict; use warnings; -our $VERSION = '1.15'; +our $VERSION = '1.16'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';