Perl library for Thrift
authorMark Slee <mcslee@apache.org>
Wed, 16 May 2007 02:21:06 +0000 (02:21 +0000)
committerMark Slee <mcslee@apache.org>
Wed, 16 May 2007 02:21:06 +0000 (02:21 +0000)
commit254ce20e51f61f919c8ff903ad66a72f0e133c99
treef11d37c00a073ccabada9a35973b1cd76e3e5fe0
parent2c44d2047ee4b34ab995cd08c931cb51835ae73d
Perl library for Thrift

Summary: Submitted by Jake Luciani

Reviewed By: mcslee

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665112 13f79535-47bb-0310-9956-ffa450edef68
lib/perl/COPYING [new file with mode: 0644]
lib/perl/LICENSE [new file with mode: 0644]
lib/perl/Makefile.PL [new file with mode: 0644]
lib/perl/README [new file with mode: 0644]
lib/perl/lib/Thrift.pm [new file with mode: 0644]
lib/perl/lib/Thrift/BinaryProtocol.pm [new file with mode: 0644]
lib/perl/lib/Thrift/BufferedTransport.pm [new file with mode: 0644]
lib/perl/lib/Thrift/FramedTransport.pm [new file with mode: 0644]
lib/perl/lib/Thrift/Protocol.pm [new file with mode: 0644]
lib/perl/lib/Thrift/Socket.pm [new file with mode: 0644]
lib/perl/lib/Thrift/Transport.pm [new file with mode: 0644]