X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FAutobox%2FNumber.pm;h=1dcbb08fc34c1489068490a2344907c3afc6d851;hb=a1f00ce9bc1114d8573e56079e46db8687a01602;hp=5c6e5ee9c57222fcbd0bcd9c711853bb72dc8e29;hpb=0cb8c0c845da4b2599d82328eebfd3ba99a50f6d;p=gitmo%2FMoose-Autobox.git diff --git a/lib/Moose/Autobox/Number.pm b/lib/Moose/Autobox/Number.pm index 5c6e5ee..1dcbb08 100644 --- a/lib/Moose/Autobox/Number.pm +++ b/lib/Moose/Autobox/Number.pm @@ -1,7 +1,7 @@ package Moose::Autobox::Number; use Moose::Role; -our $VERSION = '0.12'; +our $VERSION = '0.13'; with 'Moose::Autobox::Value';