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


Groups > perl.cpan.workers > #640 > unrolled thread

Looking for prior art on conventions for dep-listing

Started byribasushi@cpan.org (Peter Rabbitson)
First post2016-03-01 21:43 +0100
Last post2016-03-02 10:39 +0100
Articles 2 — 1 participant

Back to article view | Back to perl.cpan.workers


Contents

  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

#640 — Looking for prior art on conventions for dep-listing

Fromribasushi@cpan.org (Peter Rabbitson)
Date2016-03-01 21:43 +0100
SubjectLooking for prior art on conventions for dep-listing
Message-ID<56D5FF02.5010309@cpan.org>
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

[toc] | [next] | [standalone]


#641

Fromribasushi@cpan.org (Peter Rabbitson)
Date2016-03-02 10:39 +0100
Message-ID<56D6B4E5.2050403@cpan.org>
In reply to#640
On 03/01/2016 09:43 PM, Peter Rabbitson wrote:
> 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" ?
>

To summarize after the false-start yesterday:

The use case in question is that I am preparing to replace 
Module::Install's `perl Makefile.PL && make listdeps` idiom with a 
pure-EUMM-based "something else".

I was looking for available prior art in order to converge on *naming*. 
Given further searching and the replies in this thread, I am simply 
going to recreate the 'listdep' target more-or-less-as-is.

Thanks for the thoughts!
Cheers

[toc] | [prev] | [standalone]


Back to top | Article view | perl.cpan.workers


csiph-web