X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FAttributeHelpers%2FTrait%2FBase.pm;h=6525e3b5074be4814d3e8ec1cdf4e0c730f9e032;hb=fda444e70db8fa4a13c1a24dda315b506d45b839;hp=02ed5252fe59d5ad55b48eb6502794f2d1cea373;hpb=c1984b5cba19ecded4359b572d572baf13d8fc1d;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers/Trait/Base.pm b/lib/MooseX/AttributeHelpers/Trait/Base.pm index 02ed525..6525e3b 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.19'; +our $VERSION = '0.20'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';