The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Data::Schema::Type::Num - Base type handler for numbers

VERSION

version 0.136

SYNOPSIS

 # see subclasses, like DST::Int or DST::Float

DESCRIPTION

This is base class for number types, like 'int' and 'float'.

TYPE ATTRIBUTES

Numbers are Scalar, Comparable and Sortable, so you might want to consult the docs of those roles to see what type attributes are available.

AUTHOR

  Steven Haryanto <stevenharyanto@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2009 by Steven Haryanto.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.