Scroll to navigation

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

VERSION

version 0.003

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.

With "--install" option, the required packages are installed with "sudo apt-get install", so you must have sudo configured properly.

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

COPYRIGHT & LICENSE

Copyright (C) 2016 Dominique Dumont <dod@debian.org>

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

AUTHOR

Dominique Dumont

COPYRIGHT AND LICENSE

This software is Copyright (c) 2016 by Dominique Dumont.

This is free software, licensed under:

  The GNU General Public License, Version 2, June 1991
2016-12-13 perl v5.24.1