Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 24738 invoked from network); 21 Jul 2009 17:05:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Jul 2009 17:05:33 -0000 Received: (qmail 81691 invoked by uid 500); 21 Jul 2009 17:06:39 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 81678 invoked by uid 500); 21 Jul 2009 17:06:38 -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 81668 invoked by uid 99); 21 Jul 2009 17:06:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jul 2009 17:06:38 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jul 2009 17:06:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D9731234C044 for ; Tue, 21 Jul 2009 10:06:14 -0700 (PDT) Message-ID: <568812484.1248195974875.JavaMail.jira@brutus> Date: Tue, 21 Jul 2009 10:06:14 -0700 (PDT) From: "Anthony Molinaro (JIRA)" To: cassandra-commits@incubator.apache.org Subject: [jira] Created: (CASSANDRA-310) Add perl namespace to thrift interface MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Add perl namespace to thrift interface -------------------------------------- Key: CASSANDRA-310 URL: https://issues.apache.org/jira/browse/CASSANDRA-310 Project: Cassandra Issue Type: Improvement Affects Versions: 0.3, 0.4 Reporter: Anthony Molinaro The current cassandra.thrift file does not include a perl namespace, this means certain generated files can conflict with other generated thrift libraries (ie, the Constants.pm and Types.pm). So best to add a namespace. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.