X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FAttribute%2FNative%2FTrait%2FString.pm;h=40c62935fc9ef48baa674a5116d958f1b393a463;hb=f4b86ac0e1fd7ff8a180f2f8332821170db5371e;hp=02b5be3a818467135573d99c1bbaca1c329f6df0;hpb=0953b5a4784ae9e36130d87ad9bff255b5c581c8;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Attribute/Native/Trait/String.pm b/lib/Moose/Meta/Attribute/Native/Trait/String.pm index 02b5be3..40c6293 100644 --- a/lib/Moose/Meta/Attribute/Native/Trait/String.pm +++ b/lib/Moose/Meta/Attribute/Native/Trait/String.pm @@ -1,7 +1,7 @@ package Moose::Meta::Attribute::Native::Trait::String; use Moose::Role; -our $VERSION = '1.15'; +our $VERSION = '1.16'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';