Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 41995 invoked from network); 21 Jul 2009 17:39:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Jul 2009 17:39:52 -0000 Received: (qmail 33634 invoked by uid 500); 21 Jul 2009 17:40:57 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 33618 invoked by uid 500); 21 Jul 2009 17:40:57 -0000 Mailing-List: contact cassandra-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-commits@incubator.apache.org Received: (qmail 33608 invoked by uid 99); 21 Jul 2009 17:40:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jul 2009 17:40:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jul 2009 17:40:55 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E2A592388902; Tue, 21 Jul 2009 17:40:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r796403 - /incubator/cassandra/trunk/interface/cassandra.thrift Date: Tue, 21 Jul 2009 17:40:35 -0000 To: cassandra-commits@incubator.apache.org From: eevans@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090721174035.E2A592388902@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: eevans Date: Tue Jul 21 17:40:35 2009 New Revision: 796403 URL: http://svn.apache.org/viewvc?rev=796403&view=rev Log: add perl namespace to thrift interface Patch by Anthony Molinaro; reviewed by eevans for CASSANDRA-310 Modified: incubator/cassandra/trunk/interface/cassandra.thrift Modified: incubator/cassandra/trunk/interface/cassandra.thrift URL: http://svn.apache.org/viewvc/incubator/cassandra/trunk/interface/cassandra.thrift?rev=796403&r1=796402&r2=796403&view=diff ============================================================================== --- incubator/cassandra/trunk/interface/cassandra.thrift (original) +++ incubator/cassandra/trunk/interface/cassandra.thrift Tue Jul 21 17:40:35 2009 @@ -24,7 +24,7 @@ namespace csharp Apache.Cassandra namespace py cassandra namespace php cassandra - +namespace perl Cassandra # # structures