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=9d3c79e13787b03ab8f02d675fe7ea5462a4fb66;hb=3ebd23e61a6d6f3c4dbda39e3b9d90c0b34d52c5;hp=4294e77c9854d9895e709340c689e0175833b301;hpb=f94676b6e7d8cee4cce2832fdcf0ee3901a48387;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers/Trait/Base.pm b/lib/MooseX/AttributeHelpers/Trait/Base.pm index 4294e77..9d3c79e 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.21'; +our $VERSION = '0.22'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';