X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FAttribute%2FNative%2FTrait%2FNumber.pm;h=9bc53720299720b213f630b81c4aecddc4d210f0;hb=3eb89f709f04907580b508f821d6be2316fcb65f;hp=52fe8b81402ac17923ded3d029241d1709437486;hpb=d4048ef33f6cad8a3453766505ee0c67690796f6;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Attribute/Native/Trait/Number.pm b/lib/Moose/Meta/Attribute/Native/Trait/Number.pm index 52fe8b8..9bc5372 100644 --- a/lib/Moose/Meta/Attribute/Native/Trait/Number.pm +++ b/lib/Moose/Meta/Attribute/Native/Trait/Number.pm @@ -1,7 +1,7 @@ package Moose::Meta::Attribute::Native::Trait::Number; use Moose::Role; -our $VERSION = '0.93'; +our $VERSION = '1.01'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';