blob: 3b95f13a132eca383744a297f96f9685773fc529 [file] [log] [blame]
Mark Slee254ce202007-05-16 02:21:06 +00001Thrift Perl Software Library
2
Mark Slee82664432007-09-19 06:49:30 +00003Author: T Jake Luciani (jake@3.rdrail.net)
4Last Modified: 2007-Sep-18
Mark Slee254ce202007-05-16 02:21:06 +00005
6Thrift is distributed under the Thrift open source software license.
7Please see the included LICENSE file.
8
9Using Thrift with Perl
10=====================
11
12Thrift requires Perl >= 5.6.0
13
14Exceptions are thrown with die so be sure to wrap eval{} statments
15around any code that contains exceptions.
16
17The 64bit Integers work only upto 2^42 on my machine :-?
18Math::BigInt is probably needed.
19
Mark Slee254ce202007-05-16 02:21:06 +000020Please see tutoral and test dirs for examples...
21
22Dependencies
23============
24
Mark Slee82664432007-09-19 06:49:30 +000025Bit::Vector - comes with modern perl installations.
26Class::Accessor
Mark Slee254ce202007-05-16 02:21:06 +000027