debian man page for moosex::types::common::numeric

Query: moosex::types::common::numeric

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

MooseX::Types::Common::Numeric(3pm)			User Contributed Perl Documentation		       MooseX::Types::Common::Numeric(3pm)

NAME
MooseX::Types::Common::Numeric - Commonly used numeric types
SYNOPSIS
use MooseX::Types::Common::Numeric qw/PositiveInt/; has count => (is => 'rw', isa => PositiveInt); ... #this will fail $object->count(-33);
DESCRIPTION
A set of commonly-used numeric type constraints that do not ship with Moose by default. o PositiveNum o PositiveOrZeroNum o PositiveInt o PositiveOrZeroInt o NegativeNum o NegativeOrZeroNum o NegativeInt o NegativeOrZeroInt o SingleDigit
SEE ALSO
o MooseX::Types::Common::String
AUTHORS
Please see:: MooseX::Types::Common perl v5.14.2 2012-06-14 MooseX::Types::Common::Numeric(3pm)
Related Man Pages
moosex::types::moose5.18(3pm) - mojave
moosex::types::checkedutilexports5.18(3pm) - mojave
html::formhandler::types(3pm) - debian
moosex::types::moose(3pm) - debian
moosex::types::util(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
One instance of comparing grep and awk