X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FTypes%2FCommon%2FNumeric.pm;fp=lib%2FMooseX%2FTypes%2FCommon%2FNumeric.pm;h=c702497941dddea5ed679ef85a5a52608be952a5;hb=6820e93974f7ea696fb5340f01e6f4e676fdd4b0;hp=17127a28b56e7eb43dc11599b3733952151e5a4b;hpb=16d25b0935bdd5475328bc6fd5890f8477b36ee3;p=gitmo%2FMooseX-Types-Common.git diff --git a/lib/MooseX/Types/Common/Numeric.pm b/lib/MooseX/Types/Common/Numeric.pm index 17127a2..c702497 100644 --- a/lib/MooseX/Types/Common/Numeric.pm +++ b/lib/MooseX/Types/Common/Numeric.pm @@ -3,7 +3,7 @@ package MooseX::Types::Common::Numeric; use strict; use warnings; -our $VERSION = '0.001000'; +our $VERSION = '0.001001'; use MooseX::Types -declare => [ qw(PositiveNum PositiveInt NegativeNum NegativeInt SingleDigit) @@ -36,15 +36,13 @@ subtype SingleDigit, where { $_ <= 9 }, message { "Must be a single digit" }; - 1; __END__; - =head1 NAME -MooseX::Types::Common::Numeric +MooseX::Types::Common::Numeric - Commonly used numeric types =head1 SYNOPSIS