X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FAttributeHelpers%2FTrait%2FString.pm;h=6b8e1fdefcffbb994fb3ada2f7924f4c085e5aab;hb=3ebd23e61a6d6f3c4dbda39e3b9d90c0b34d52c5;hp=336a7ec1ee78a65116ba889d235efe1ac962051f;hpb=9c5d164e4f0f366d543d262d60c774814ecea197;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers/Trait/String.pm b/lib/MooseX/AttributeHelpers/Trait/String.pm index 336a7ec..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.17'; +our $VERSION = '0.22'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; @@ -47,11 +47,6 @@ after 'check_provides_values' => sub { no Moose::Role; -# register the alias ... -package # hide me from search.cpan.org - Moose::Meta::Attribute::Custom::Trait::String; -sub register_implementation { 'MooseX::AttributeHelpers::Trait::String' } - 1; __END__