X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Types-Common.git;a=blobdiff_plain;f=lib%2FMooseX%2FTypes%2FCommon%2FNumeric.pm;h=ae3e57e7b2b706154874d7fa911abb3012efd8e6;hp=c195a687b662027ae3b515abc1a68d158d25b6d6;hb=3ebb788b98575c2a4e0187c61145bf291f23db1b;hpb=eae6c2c41e82820e99b200cc0a8172153f7ea56a diff --git a/lib/MooseX/Types/Common/Numeric.pm b/lib/MooseX/Types/Common/Numeric.pm index c195a68..ae3e57e 100644 --- a/lib/MooseX/Types/Common/Numeric.pm +++ b/lib/MooseX/Types/Common/Numeric.pm @@ -1,10 +1,9 @@ package MooseX::Types::Common::Numeric; +# ABSTRACT: Commonly used numeric types use strict; use warnings; -our $VERSION = '0.001008'; - use MooseX::Types -declare => [ qw(PositiveNum PositiveOrZeroNum PositiveInt PositiveOrZeroInt @@ -125,11 +124,9 @@ subtype SingleDigit, 1; -__END__; - -=head1 NAME +__END__ -MooseX::Types::Common::Numeric - Commonly used numeric types +=pod =head1 SYNOPSIS @@ -175,8 +172,4 @@ default. =back -=head1 AUTHORS - -Please see:: L - =cut