X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FAttributeHelpers%2FTrait%2FString.pm;h=25adcdbcdf620d213aa931a5c6423786eb0f1754;hb=2e74144c8801485e5c33fdcdcbee9f7d882c1a3a;hp=6b8e1fdefcffbb994fb3ada2f7924f4c085e5aab;hpb=e0d340ca0cd12125cabbd39e9799e4fc77c2a703;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers/Trait/String.pm b/lib/MooseX/AttributeHelpers/Trait/String.pm index 6b8e1fd..25adcdb 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.22'; +our $VERSION = '0.23'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';