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=6b8e1fdefcffbb994fb3ada2f7924f4c085e5aab;hb=3ebd23e61a6d6f3c4dbda39e3b9d90c0b34d52c5;hp=a85d030c596bc5cd303ad574be898a66019ea1e6;hpb=f94676b6e7d8cee4cce2832fdcf0ee3901a48387;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers/Trait/String.pm b/lib/MooseX/AttributeHelpers/Trait/String.pm index a85d030..6b8e1fd 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.21'; +our $VERSION = '0.22'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';