thrift/lib/perl
2009-03-02 23:47:20 +00:00
..
lib THRIFT-324: replace strlen with length 2009-03-02 23:47:20 +00:00
test THRIFT-199: integrate perl into automake 2009-02-01 04:47:30 +00:00
COPYING Thrift: Whitespace cleanup. 2008-02-06 22:18:40 +00:00
LICENSE Thrift: Whitespace cleanup. 2008-02-06 22:18:40 +00:00
Makefile.am Perl library should honor the INSTALLDIRS variable 2009-03-02 23:29:54 +00:00
Makefile.PL THRIFT-190. Added dependency check to perl Makefile 2008-12-22 13:13:56 +00:00
README OO perl accessors for Thrift objects 2007-09-19 06:49:30 +00:00
test.pl THRIFT-199: integrate perl into automake 2009-02-01 04:47:30 +00:00

Thrift Perl Software Library

Author: T Jake Luciani (jake@3.rdrail.net)
Last Modified: 2007-Sep-18

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
============

Bit::Vector     - comes with modern perl installations.
Class::Accessor