table of contents
Dist::Zilla::App::Command::authordebs(3pm) | User Contributed Perl Documentation | Dist::Zilla::App::Command::authordebs(3pm) |
NAME¶
Dist::Zilla::App::Command::authordebs - List or install Dist::Zilla authors dependencies as Debian packages
# ABSTRACT: List or install Dist::Zilla authors dependencies as Debian packages
SYNOPSIS¶
dzil authordebs --install apt install $( dzil authordebs )
DESCRIPTION¶
dzil authordebs uses Dist::Zilla::Util::AuthorDeps to scan the Perl module required to build a Perl module using Dist::Zilla and list the corresponding Debian packages.
OPTIONS¶
- --missing
- Only the missing modules are listed.
- --install
- Install required packages with "sudo apt-get install", so you must have sudo configured properly.
- --update-control or --uc
- Update the "Build-Depends" field of "debian/control" file with the required packages.
EXIT CODE¶
This command exits 1 if some required dependencies are not available as Debian packages.
2023-12-15 | perl v5.36.0 |