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