X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FAttributeHelpers%2FTrait%2FBase.pm;fp=lib%2FMooseX%2FAttributeHelpers%2FTrait%2FBase.pm;h=fb1e8184bdb89e53f912920924e2e65e362d6c30;hb=9807aa669ec5b7cd1cb23d3bd9fec8ad4929eb15;hp=6525e3b5074be4814d3e8ec1cdf4e0c730f9e032;hpb=301da83f19b55bb13e0d4379ab3e9e6ad1504595;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers/Trait/Base.pm b/lib/MooseX/AttributeHelpers/Trait/Base.pm index 6525e3b..fb1e818 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.20'; +our $VERSION = '0.21'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';