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::util5.18(3pm) - mojave
moosex::types::moose5.18(3pm) - mojave
moosex::types::moose(3) - osx
moosex::types::moose(3pm) - debian
moosex::types::undefinedtype(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
How can I do this in VI editor?
Detecting unused variables...
Find columns in a file based on header and print to new file
Weird 'find' results