X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FAttributeHelpers%2FTrait%2FNumber.pm;h=a2faf0311f6c238e5e5d0ee4a6a190cda99a7326;hb=fda444e70db8fa4a13c1a24dda315b506d45b839;hp=cab6640988d8b776d226b908655df8c6ea87b1f9;hpb=c1984b5cba19ecded4359b572d572baf13d8fc1d;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers/Trait/Number.pm b/lib/MooseX/AttributeHelpers/Trait/Number.pm index cab6640..a2faf03 100644 --- a/lib/MooseX/AttributeHelpers/Trait/Number.pm +++ b/lib/MooseX/AttributeHelpers/Trait/Number.pm @@ -1,7 +1,7 @@ package MooseX::AttributeHelpers::Trait::Number; use Moose::Role; -our $VERSION = '0.19'; +our $VERSION = '0.20'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';