Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > perl.cpan.workers > #640

Looking for prior art on conventions for dep-listing

Newsgroups perl.cpan.workers
Path csiph.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!news.glorb.com!usenet.stanford.edu!nntp.perl.org
Return-Path <ribasushi@cpan.org>
Mailing-List contact cpan-workers-help@perl.org; run by ezmlm
Delivered-To mailing list cpan-workers@perl.org
Received (qmail 30959 invoked from network); 1 Mar 2016 20:44:05 -0000
Received from x1.develooper.com (207.171.7.70) by x6.develooper.com with SMTP; 1 Mar 2016 20:44:05 -0000
Received (qmail 29881 invoked by uid 225); 1 Mar 2016 20:44:05 -0000
Delivered-To cpan-workers@perl.org
Received (qmail 29877 invoked by alias); 1 Mar 2016 20:44:05 -0000
X-Spam-Status No, hits=-1.9 required=8.0 tests=BAYES_00
X-Spam-Check-By la.mx.develooper.com
Received from mujunyku.leporine.io (HELO mujunyku.leporine.io) (113.212.96.195) by la.mx.develooper.com (qpsmtpd/0.28) with ESMTP; Tue, 01 Mar 2016 12:44:02 -0800
Received from [10.0.13.10] (unknown [10.0.13.10]) by mujunyku.leporine.io (Postfix) with ESMTP id A160CF45D6 for <cpan-workers@perl.org>; Tue, 1 Mar 2016 20:43:49 +0000 (UTC)
To cpan-workers <cpan-workers@perl.org>
Subject Looking for prior art on conventions for dep-listing
Message-ID <56D5FF02.5010309@cpan.org> (permalink)
Date Tue, 1 Mar 2016 21:43:46 +0100
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.5.0
MIME-Version 1.0
Content-Type text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding 7bit
Approved news@nntp.perl.org
From ribasushi@cpan.org (Peter Rabbitson)
Xref csiph.com perl.cpan.workers:640

Show key headers only | View raw


I am currently aware of the Module::Install-specific targets of
`make listdeps`      (only what is needed to satisfy test/runtime prereqs)
`make listalldeps`   (everything the metadata knows about)

There is the dzil alternative of:
`dzil listdeps`             (everything)
`dzil listdeps --missing`   (only what is needed for test/runtime)
`dzil authordeps`	    (and the kitchen sink, unclear whether --author or 
--develop or both)
`dzil authordeps --missing` (only the defective kitchen sinks)


Are there other things out there targeting the same problem-domain? Is 
there something approaching a "cross-tooling convention" ?

Cheers

Back to perl.cpan.workers | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Looking for prior art on conventions for dep-listing ribasushi@cpan.org (Peter Rabbitson) - 2016-03-01 21:43 +0100
  Re: Looking for prior art on conventions for dep-listing ribasushi@cpan.org (Peter Rabbitson) - 2016-03-02 10:39 +0100

csiph-web