X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FAttributeHelpers%2FString.pm;h=dc48f5e5b746d92c0f81468ef343df36239df592;hb=3f58c364a8760b02b72f5cb487e6c94ecdaaf363;hp=2f27008fb633a8e2f2129f26a986f762b3b8ea3c;hpb=c425b19dfab6653862021c44f124e01f417f2d1f;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers/String.pm b/lib/MooseX/AttributeHelpers/String.pm index 2f27008..dc48f5e 100644 --- a/lib/MooseX/AttributeHelpers/String.pm +++ b/lib/MooseX/AttributeHelpers/String.pm @@ -2,7 +2,7 @@ package MooseX::AttributeHelpers::String; use Moose; -our $VERSION = '0.11'; +our $VERSION = '0.12'; our $AUTHORITY = 'cpan:STEVAN'; use MooseX::AttributeHelpers::MethodProvider::String;