summaryrefslogtreecommitdiff
path: root/tutorial/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 /tutorial/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 'tutorial/perl')
-rw-r--r--tutorial/perl/PerlClient.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tutorial/perl/PerlClient.pl b/tutorial/perl/PerlClient.pl
index ad9c1d60f..10cb72598 100644
--- a/tutorial/perl/PerlClient.pl
+++ b/tutorial/perl/PerlClient.pl
@@ -12,9 +12,9 @@ use Thrift::Socket;
use Thrift::BufferedTransport;
use SharedService;
-use shared_types;
use Calculator;
-use tutorial_types;
+use shared::Types;
+use tutorial::Types;
use Data::Dumper;