logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Dist::Zilla::App::Command::authordebs - List or install Dist::Zilla authors dependencies as Debian

Description

dzilauthordebs 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.

Exit Code

       This command exits 1 if some required dependencies are not available as Debian packages.

perl v5.36.0                                       2023-12-15              Dist::Zilla::A...and::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

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.

Synopsis

        dzil authordebs --install

        apt install $( dzil authordebs )

See Also