mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
8266443d92
Summary: Submitted by Jake Luciani Reviewed By: cpiro Test Plan: Supplied in test/tutorial code git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665276 13f79535-47bb-0310-9956-ffa450edef68
28 lines
637 B
Plaintext
28 lines
637 B
Plaintext
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
|
|
|