X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FAccessor%2FNative%2FNumber%2Fset.pm;h=43bb6cd0c93c7d2d31341519141934787d388f8b;hb=bb8ef15197850184a45acade3e8f387fd6b63829;hp=3d8c6429ac28acc659d4a0affa06b286e84f6ffa;hpb=35312f80e118b61b735b8ce6a32a921df935319a;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Accessor/Native/Number/set.pm b/lib/Moose/Meta/Method/Accessor/Native/Number/set.pm index 3d8c642..43bb6cd 100644 --- a/lib/Moose/Meta/Method/Accessor/Native/Number/set.pm +++ b/lib/Moose/Meta/Method/Accessor/Native/Number/set.pm @@ -3,7 +3,7 @@ package Moose::Meta::Method::Accessor::Native::Number::set; use strict; use warnings; -our $VERSION = '1.19'; +our $VERSION = '1.9900'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';