thrift/lib/perl
David Reiss 0c90f6f8af Thrift: Whitespace cleanup.
Summary:
- Expanded tabs to spaces where spaces were the norm.
- Deleted almost all trailing whitespace.
- Added newlines to the ends of a few files.
- Ran dos2unix on one file or two.

Reviewed By: mcslee

Test Plan: git diff -b

Revert Plan: ok


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665467 13f79535-47bb-0310-9956-ffa450edef68
2008-02-06 22:18:40 +00:00
..
lib Thrift: Whitespace cleanup. 2008-02-06 22:18:40 +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.PL Perl library for Thrift 2007-05-16 02:21:06 +00:00
README OO perl accessors for Thrift objects 2007-09-19 06:49: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