Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > perl.cpan.workers > #640
| Newsgroups | perl.cpan.workers |
|---|---|
| Subject | Looking for prior art on conventions for dep-listing |
| Message-ID | <56D5FF02.5010309@cpan.org> (permalink) |
| Date | 2016-03-01 21:43 +0100 |
| From | ribasushi@cpan.org (Peter Rabbitson) |
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 | Next — Next in thread | Find similar | Unroll 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