summaryrefslogtreecommitdiff
path: root/tutorial/tutorial.thrift
diff options
context:
space:
mode:
authorDavid Reiss <dreiss@apache.org>2008-03-27 21:42:39 +0000
committerDavid Reiss <dreiss@apache.org>2008-03-27 21:42:39 +0000
commit07ef3a930a8f99b41ce381f9fda3aa6785bd3956 (patch)
tree86b92faf5d3ab49a746a00486e4be38267e9d005 /tutorial/tutorial.thrift
parentfdc21aa713ca8ddf19cd2104c4074bdd27211e05 (diff)
downloadthrift-07ef3a930a8f99b41ce381f9fda3aa6785bd3956.tar.gz
Make the Perl generator use non-hardcoded namespaces.
- Make the Perl generator use program->get_namespace("perl") instead of program->get_perl_package() - Eliminate the explicit "perl_package" in t_program. - Deprecate the perl_package token. - Update example .thrift files and syntax files. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665624 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tutorial/tutorial.thrift')
-rwxr-xr-xtutorial/tutorial.thrift2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/tutorial.thrift b/tutorial/tutorial.thrift
index 8a72f60bf..bf0ffa0af 100755
--- a/tutorial/tutorial.thrift
+++ b/tutorial/tutorial.thrift
@@ -47,7 +47,7 @@ include "shared.thrift"
namespace cpp tutorial
namespace java tutorial
php_namespace tutorial
-perl_package tutorial
+namespace perl tutorial
namespace smalltalk.category Thrift.Tutorial
/**