2007-05-16 02:21:06 +00:00
|
|
|
Thrift Perl Software Library
|
|
|
|
|
2007-09-19 06:49:30 +00:00
|
|
|
Author: T Jake Luciani (jake@3.rdrail.net)
|
|
|
|
Last Modified: 2007-Sep-18
|
2007-05-16 02:21:06 +00:00
|
|
|
|
|
|
|
Thrift is distributed under the Thrift open source software license.
|
|
|
|
Please see the included LICENSE file.
|
|
|
|
|
|
|
|
Using Thrift with Perl
|
|
|
|
=====================
|
|
|
|
|
|
|
|
Thrift requires Perl >= 5.6.0
|
|
|
|
|
|
|
|
Exceptions are thrown with die so be sure to wrap eval{} statments
|
|
|
|
around any code that contains exceptions.
|
|
|
|
|
|
|
|
The 64bit Integers work only upto 2^42 on my machine :-?
|
|
|
|
Math::BigInt is probably needed.
|
|
|
|
|
|
|
|
Please see tutoral and test dirs for examples...
|
|
|
|
|
|
|
|
Dependencies
|
|
|
|
============
|
|
|
|
|
2007-09-19 06:49:30 +00:00
|
|
|
Bit::Vector - comes with modern perl installations.
|
|
|
|
Class::Accessor
|
2007-05-16 02:21:06 +00:00
|
|
|
|