summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2021-08-15 21:25:07 +0200
committergregor herrmann <gregoa@debian.org>2021-08-15 21:25:07 +0200
commit0b5e3d3faa6280a88c0ff5686e8a02bc4920fd28 (patch)
tree996cd8ac479d6c6192507752efb500f49d64b1f9
parentd1142928d2c0531121a1fe61cbae100364d90279 (diff)
Update test dependencies and runtime Depends/Recommends.
Add libtext-wagnerfischer-perl to Build-Depends-Indep and Recommends, move libconfig-any-perl from Depends to Recommends.
-rw-r--r--debian/control8
1 files changed, 5 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index b96655b..1457088 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,7 @@ Build-Depends-Indep: libconfig-any-perl <!nocheck>,
libterm-readkey-perl <!nocheck>,
libtest-most-perl <!nocheck>,
libtest-nowarnings-perl <!nocheck>,
+ libtext-wagnerfischer-perl <!nocheck>,
perl (>= 5.25.1)
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmoosex-app-perl
@@ -26,14 +27,15 @@ Package: libmoosex-app-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
- libconfig-any-perl,
libmodule-pluggable-perl,
libmoose-perl,
libnamespace-autoclean-perl,
libpod-elemental-perl
-Recommends: libfile-homedir-perl,
+Recommends: libconfig-any-perl,
+ libfile-homedir-perl,
libio-interactive-perl,
- libterm-readkey-perl
+ libterm-readkey-perl,
+ libtext-wagnerfischer-perl
Description: helper for user-friendly Perl/Moose command line apps
MooseX::App is a highly customizeable helper to write user-friendly command
line applications without having to worry about most of the annoying things