X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FAttributeHelpers%2FBase.pm;h=4709e3a2d2dd5c653f4d50abeada503a4871b854;hb=18d43c2c0d8aca2fd61b44cfc0a041788616895f;hp=2189c97886b13f01d95ee5643f8a3da5d8c810ba;hpb=83f92052bbe20419413a575f86f027efb6704628;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers/Base.pm b/lib/MooseX/AttributeHelpers/Base.pm index 2189c97..4709e3a 100644 --- a/lib/MooseX/AttributeHelpers/Base.pm +++ b/lib/MooseX/AttributeHelpers/Base.pm @@ -3,7 +3,7 @@ package MooseX::AttributeHelpers::Base; use Moose; use Moose::Util::TypeConstraints; -our $VERSION = '0.12'; +our $VERSION = '0.13'; our $AUTHORITY = 'cpan:STEVAN'; extends 'Moose::Meta::Attribute';