X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FAttribute%2FNative%2FTrait%2FString.pm;h=3e70904a8cfca725175c36acec0f8e159cc42738;hb=8b5074ce1a5038824f1e1177cd00d1bcfec5a9fb;hp=6c7efa713ba951ea3111ba2ff862c5840c1b5c7f;hpb=549d1705e231156a7c275663e2e9954e6152eae7;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 6c7efa7..3e70904 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.96'; +our $VERSION = '0.97'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';