GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MooX::Types::MooseLike::Numeric(3) User Contributed Perl Documentation MooX::Types::MooseLike::Numeric(3)

MooX::Types::MooseLike::Numeric - Moo types for numbers

  package MyPackage;
  use Moo;
  use MooX::Types::MooseLike::Numeric qw(PositiveInt);

  has "daily_breathes" => (
    is  => 'rw',
    isa => PositiveInt
  );

A set of numeric types to be used in Moo-based classes. Adapted from MooseX::Types::Common::Numeric

Available types are listed below.
PositiveNum
PositiveOrZeroNum
PositiveInt
PositiveOrZeroInt
NegativeNum
NegativeOrZeroNum
NegativeInt
NegativeOrZeroInt
SingleDigit

MooX::Types::MooseLike - a type builder.

MooX::Types::MooseLike::Base - a set of basic types.

MooX::Types::MooseLike::Email, MooX::Types::MooseLike::DateTime

mateu - Mateu X. Hunter (cpan:MATEU) <hunter@missoula.org>

amidos - Dmitry Matrosov (cpan:AMIDOS) <amidos@amidos.ru>

Copyright (c) 2011-2015 the MooX::Types::MooseLike::Numeric "AUTHOR"

This library is free software and may be distributed under the same terms as perl itself.
2017-01-20 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.