summaryrefslogtreecommitdiff
path: root/tutorial/tutorial.thrift
diff options
context:
space:
mode:
authorMark Slee <mcslee@apache.org>2007-05-16 02:40:12 +0000
committerMark Slee <mcslee@apache.org>2007-05-16 02:40:12 +0000
commit738ad31baf286e5ef0cd9aa35892c3523a083183 (patch)
tree73d1080bcafdcbcc267a0a8ca721bdf3caae2a67 /tutorial/tutorial.thrift
parent3e3d7ad8349e76fcfaf82980e2598ec011b314f6 (diff)
downloadthrift-738ad31baf286e5ef0cd9aa35892c3523a083183.tar.gz
Perl tutorial code
Summary: Jake Luciani Reviewed By: mcslee git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665116 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tutorial/tutorial.thrift')
-rw-r--r--tutorial/tutorial.thrift2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/tutorial.thrift b/tutorial/tutorial.thrift
index 0063c091a..1cff34355 100644
--- a/tutorial/tutorial.thrift
+++ b/tutorial/tutorial.thrift
@@ -1,4 +1,4 @@
-#!/usr/local/bin/thrift -cpp -java -py -php -rb -xsd -r
+#!/usr/local/bin/thrift -cpp -java -py -php -rb -perl -xsd -r
#
# Thrift Tutorial
# Mark Slee (mcslee@facebook.com)