Return-Path: X-Original-To: apmail-avro-dev-archive@www.apache.org Delivered-To: apmail-avro-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 041D910DA4 for ; Fri, 30 May 2014 22:34:02 +0000 (UTC) Received: (qmail 25820 invoked by uid 500); 30 May 2014 22:34:01 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 25662 invoked by uid 500); 30 May 2014 22:34:01 -0000 Mailing-List: contact dev-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list dev@avro.apache.org Received: (qmail 25525 invoked by uid 99); 30 May 2014 22:34:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 May 2014 22:34:01 +0000 Date: Fri, 30 May 2014 22:34:01 +0000 (UTC) From: "John Karp (JIRA)" To: dev@avro.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AVRO-1514) Clean up perl API dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AVRO-1514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Karp updated AVRO-1514: ---------------------------- Fix Version/s: 1.8.0 > Clean up perl API dependencies > ------------------------------ > > Key: AVRO-1514 > URL: https://issues.apache.org/jira/browse/AVRO-1514 > Project: Avro > Issue Type: Improvement > Components: perl > Reporter: John Karp > Assignee: John Karp > Priority: Minor > Fix For: 1.8.0 > > Attachments: AVRO-1514-0.patch > > > If we assume a non-ancient perl (>=5.8.1), we can clean up the dependencies: > (build) Module::Install: bundle it > (build) Module::Install::ReadmeFromPod: keep > (build) Module::Install::Repository: remove, hardcode repository value instead of autodetecting > (build) Test::More 0.88: keep, but note requisite version built in starting at 5.10.1 > (test) Test::Exception: keep > (test) Test::Pod: declare (missing in Makefile.PL) > (test/run) Math::BigInt: don't declare, now built-in > (run) JSON::XS: replace with JSON to not tie to a backend > (run) parent: keep, but note built-in starting at 5.10.1 > (run) Compress::Zlib: keep, but note built-in starting at 5.9.3 > (run) IO::String: replace with perl 5.8 functionality > (run) Encode: don't declare, now built-in > (run) Regexp::Common: keep > (run) Object::Tiny: keep > (run) Try::Tiny: keep -- This message was sent by Atlassian JIRA (v6.2#6252)