File: control

package info (click to toggle)
libmoosex-app-perl 1.41-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 764 kB
  • sloc: perl: 4,004; makefile: 2
file content (44 lines) | stat: -rw-r--r-- 1,975 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: libmoosex-app-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libconfig-any-perl <!nocheck>,
                     libfile-homedir-perl <!nocheck>,
                     libio-interactive-perl <!nocheck>,
                     libmodule-pluggable-perl <!nocheck>,
                     libmoose-perl <!nocheck>,
                     libmoosex-types-path-class-perl <!nocheck>,
                     libnamespace-autoclean-perl <!nocheck>,
                     libpod-elemental-perl <!nocheck>,
                     libterm-readkey-perl <!nocheck>,
                     libtest-most-perl <!nocheck>,
                     libtest-nowarnings-perl <!nocheck>,
                     perl (>= 5.25.1)
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmoosex-app-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmoosex-app-perl.git
Homepage: https://metacpan.org/release/MooseX-App
Rules-Requires-Root: no

Package: libmoosex-app-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libconfig-any-perl,
         libmodule-pluggable-perl,
         libmoose-perl,
         libmoosex-types-path-class-perl,
         libnamespace-autoclean-perl,
         libpod-elemental-perl
Recommends: libfile-homedir-perl,
            libio-interactive-perl,
            libterm-readkey-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
 usually involved. Just take any existing Moose class, add a single line
 (use MooseX-App qw(PluginA PluginB ...);) and create one class for each
 command in an underlying namespace.