X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FAttributeHelpers%2FTrait%2FString.pm;h=830764bbcb7081ecaa420e7744206bfd76c5237b;hb=fda444e70db8fa4a13c1a24dda315b506d45b839;hp=39111ab9fa575a86f305a6e7a353be17e0c38af4;hpb=c1984b5cba19ecded4359b572d572baf13d8fc1d;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers/Trait/String.pm b/lib/MooseX/AttributeHelpers/Trait/String.pm index 39111ab..830764b 100644 --- a/lib/MooseX/AttributeHelpers/Trait/String.pm +++ b/lib/MooseX/AttributeHelpers/Trait/String.pm @@ -2,7 +2,7 @@ package MooseX::AttributeHelpers::Trait::String; use Moose::Role; -our $VERSION = '0.19'; +our $VERSION = '0.20'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';