Man Page: moosex::types::common::numeric
Operating Environment: debian
Section: 3pm
MooseX::Types::Common::Numeric(3pm) User Contributed Perl Documentation MooseX::Types::Common::Numeric(3pm)NAMEMooseX::Types::Common::Numeric - Commonly used numeric typesSYNOPSISuse MooseX::Types::Common::Numeric qw/PositiveInt/; has count => (is => 'rw', isa => PositiveInt); ... #this will fail $object->count(-33);DESCRIPTIONA 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 SingleDigitSEE ALSOo MooseX::Types::Common::StringAUTHORSPlease see:: MooseX::Types::Common perl v5.14.2 2012-06-14 MooseX::Types::Common::Numeric(3pm)
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| Installing Dash Shell on OS X Lion |
| Introduction |
| Weird 'find' results |