blob: 7716c2eaa6be8da345b29702efab640853c11bd3 [file] [log] [blame]
Mark Slee254ce202007-05-16 02:21:06 +00001Thrift Perl Software Library
2
Mark Slee254ce202007-05-16 02:21:06 +00003Thrift is distributed under the Thrift open source software license.
4Please see the included LICENSE file.
5
6Using Thrift with Perl
7=====================
8
9Thrift requires Perl >= 5.6.0
10
11Exceptions are thrown with die so be sure to wrap eval{} statments
12around any code that contains exceptions.
13
14The 64bit Integers work only upto 2^42 on my machine :-?
15Math::BigInt is probably needed.
16
Mark Slee254ce202007-05-16 02:21:06 +000017Please see tutoral and test dirs for examples...
18
19Dependencies
20============
21
Mark Slee82664432007-09-19 06:49:30 +000022Bit::Vector - comes with modern perl installations.
23Class::Accessor
Mark Slee254ce202007-05-16 02:21:06 +000024