summaryrefslogtreecommitdiff
path: root/test/perl
diff options
context:
space:
mode:
authorMark Slee <mcslee@apache.org>2007-08-16 01:26:31 +0000
committerMark Slee <mcslee@apache.org>2007-08-16 01:26:31 +0000
commit27ed6ec1f9ca50f2447b80dfeeabfd54da35f4db (patch)
treea1881b675e11d0b6bcb2ab2ef89c96dc7ccc85f9 /test/perl
parent1b65b724eb7ed096c9204683ac5f441d7d7e9c02 (diff)
downloadthrift-27ed6ec1f9ca50f2447b80dfeeabfd54da35f4db.tar.gz
Merging Jake Luciani's latest perl code gen fixes
Reviewed By: dreiss Test Plan: Watch for any weirdness on Thrift code gen, perl specific git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665206 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/perl')
-rw-r--r--test/perl/TestClient.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/perl/TestClient.pl b/test/perl/TestClient.pl
index b3c9ca3a9..4e6278e58 100644
--- a/test/perl/TestClient.pl
+++ b/test/perl/TestClient.pl
@@ -7,7 +7,7 @@ use Data::Dumper;
use Time::HiRes qw(gettimeofday);
use lib '../../lib/perl/lib';
-use lib 'gen-perl';
+use lib '../gen-perl';
use Thrift;
use Thrift::BinaryProtocol;
@@ -15,7 +15,7 @@ use Thrift::Socket;
use Thrift::BufferedTransport;
use ThriftTest;
-use ThriftTest_types;
+use ThriftTest::Types;
$|++;