X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FAttribute%2FNative%2FTrait%2FString.pm;h=dc0f9fa53cfd205e5586935b64980ea07e1e9ea0;hb=ae7820b1b884344a7ee90d94b484ca46459eb7b1;hp=7c09f87ba78d753e6d3151220dd02962ef3f9cda;hpb=b7ef2be4b4b814c7ef52b96cc33e7fb4581428ba;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 7c09f87..dc0f9fa 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 = '0.95'; +our $VERSION = '1.06'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';