X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FAttributeHelpers%2FTrait%2FBase.pm;h=42b926901305066b2a4d92b401f9a5e837e195f1;hb=2e74144c8801485e5c33fdcdcbee9f7d882c1a3a;hp=e78087821b505820952515c2cf60c13f6471139e;hpb=e0d340ca0cd12125cabbd39e9799e4fc77c2a703;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers/Trait/Base.pm b/lib/MooseX/AttributeHelpers/Trait/Base.pm index e780878..42b9269 100644 --- a/lib/MooseX/AttributeHelpers/Trait/Base.pm +++ b/lib/MooseX/AttributeHelpers/Trait/Base.pm @@ -3,7 +3,7 @@ package MooseX::AttributeHelpers::Trait::Base; use Moose::Role; use Moose::Util::TypeConstraints; -our $VERSION = '0.22'; +our $VERSION = '0.23'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';