Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grinnz/dist-zilla-app-command-installdeps
Dist::Zilla::App::Command::installdeps - Install author dependencies for a Dist::Zilla dist
https://github.com/grinnz/dist-zilla-app-command-installdeps
Last synced: 5 days ago
JSON representation
Dist::Zilla::App::Command::installdeps - Install author dependencies for a Dist::Zilla dist
- Host: GitHub
- URL: https://github.com/grinnz/dist-zilla-app-command-installdeps
- Owner: Grinnz
- License: other
- Created: 2017-08-04T21:06:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-12T22:03:46.000Z (over 6 years ago)
- Last Synced: 2024-11-13T05:20:39.869Z (about 2 months ago)
- Language: Perl
- Homepage: https://metacpan.org/pod/Dist::Zilla::App::Command::installdeps
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.pod
- Changelog: Changes
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
=pod
=head1 NAME
Dist::Zilla::App::Command::installdeps - Install author dependencies for a
Dist::Zilla dist=head1 SYNOPSIS
dzil installdeps [--install-command="cmd"] [--no-recommends] [--suggests]
=head1 DESCRIPTION
Installs all dependencies needed for building, testing, and releasing a
distribution managed by L. First authordeps needed to build the
distribution from F are installed, then the distribution's
dependencies are installed, including the develop phase. Similar to running:dzil authordeps --missing | cpanm
dzil listdeps --missing --author --cpanm-versions | cpanm=head1 OPTIONS
=head2 --install-command
Command to run to install dependencies. Dependencies will be appended to the
end of the command in the L.
Defaults to just C.=head2 --recommends / --no-recommends
Install recommended dependencies (or don't). Defaults to on.
=head2 --suggests / --no-suggests
Install suggested dependencies (or don't). Defaults to off.
=head1 BUGS
Report any issues on the public bugtracker.
=head1 AUTHOR
Dan Book
=head1 COPYRIGHT AND LICENSE
This software is Copyright (c) 2017 by Dan Book.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)
=head1 SEE ALSO
L,
L, L=cut