NAME
Dist::Zilla::App::Command::authordebs - List or install Dist::Zilla authors dependencies as Debian packages
VERSION
version 0.005
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.
EXIT CODE
This command exits 1 if some required dependencies are not available as Debian packages.
AUTHOR
Dominique Dumont
COPYRIGHT AND LICENSE
This software is Copyright (c) 2016,2023 by Dominique Dumont.
This is free software, licensed under:
The GNU General Public License, Version 2, June 1991