X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FAttributeHelpers%2FTrait%2FString.pm;fp=lib%2FMooseX%2FAttributeHelpers%2FTrait%2FString.pm;h=a85d030c596bc5cd303ad574be898a66019ea1e6;hb=9807aa669ec5b7cd1cb23d3bd9fec8ad4929eb15;hp=830764bbcb7081ecaa420e7744206bfd76c5237b;hpb=301da83f19b55bb13e0d4379ab3e9e6ad1504595;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers/Trait/String.pm b/lib/MooseX/AttributeHelpers/Trait/String.pm index 830764b..a85d030 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.20'; +our $VERSION = '0.21'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';