You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2016/01/17 20:58:30 UTC

thrift git commit: THRIFT-3551 Thrift perl library missing package declaration

Repository: thrift
Updated Branches:
  refs/heads/master 8b0fe287a -> b69621437


THRIFT-3551 Thrift perl library missing package declaration


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/b6962143
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/b6962143
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/b6962143

Branch: refs/heads/master
Commit: b69621437d590584958ca2a925dbf70d05288161
Parents: 8b0fe28
Author: Roger Meier <ro...@apache.org>
Authored: Sun Jan 17 20:58:00 2016 +0100
Committer: Roger Meier <ro...@apache.org>
Committed: Sun Jan 17 20:58:00 2016 +0100

----------------------------------------------------------------------
 lib/perl/lib/Thrift.pm | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/b6962143/lib/perl/lib/Thrift.pm
----------------------------------------------------------------------
diff --git a/lib/perl/lib/Thrift.pm b/lib/perl/lib/Thrift.pm
index 06e110b..5cabd80 100644
--- a/lib/perl/lib/Thrift.pm
+++ b/lib/perl/lib/Thrift.pm
@@ -17,6 +17,8 @@
 # under the License.
 #
 
+package Thrift;
+
 our $VERSION = '1.0.0-dev';
 
 require 5.6.0;