X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FAttributeHelpers%2FNumber.pm;h=4d1d884628676d124b80228fb6d3335c2cbf3248;hb=227feec855064b6c4f662df68870f76b4803fc68;hp=39f8c1d034a3c946c125412d68317d081224fa4d;hpb=ff83070362eaf0cd14b8d816468b68038d6709fa;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers/Number.pm b/lib/MooseX/AttributeHelpers/Number.pm index 39f8c1d..4d1d884 100644 --- a/lib/MooseX/AttributeHelpers/Number.pm +++ b/lib/MooseX/AttributeHelpers/Number.pm @@ -1,7 +1,7 @@ package MooseX::AttributeHelpers::Number; use Moose; -our $VERSION = '0.14'; +our $VERSION = '0.16'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';