Dist::Zilla::App::Command::authordebs(3pm) | User Contributed Perl Documentation | Dist::Zilla::App::Command::authordebs(3pm) |
Dist::Zilla::App::Command::authordebs - List or install Dist::Zilla authors dependencies as Debian packages
version 0.003
dzil authordebs --install apt install $( dzil authordebs )
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 (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.
Dominique Dumont
This software is Copyright (c) 2016 by Dominique Dumont.
This is free software, licensed under:
The GNU General Public License, Version 2, June 1991
2021-01-06 | perl v5.32.0 |