NAME
Thrift::Parser::Type::Number - Number base class
DESCRIPTION
This class inherits from Thrift::Parser::Type. See the docs there for all the usage details.
USAGE
Firstly, you can use objects in this class in string context; the stringification overload will display the number, as you'd expect.
compose
Call with a signed number. Throws Thrift::Parser::InvalidTypedValue.
COPYRIGHT
Copyright (c) 2009 Eric Waters and XMission LLC (http://www.xmission.com/). All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
AUTHOR
Eric Waters <ewaters@gmail.com>