| 12
 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
 45
 46
 47
 48
 49
 50
 51
 52
 53
 
 | Source: libmoox-cmd-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper,
 libcapture-tiny-perl <!nocheck>,
 liblist-moreutils-perl (>= 0.406) <!nocheck>,
 libmodule-runtime-perl <!nocheck>,
 libmoo-perl <!nocheck>,
 libmoox-configfromfile-perl (>= 0.008) <!nocheck>,
 libmoox-configfromfile-perl <!nocheck>,
 libmoox-options-perl <!nocheck>,
 libpackage-stash-perl <!nocheck>,
 libparams-util-perl <!nocheck>,
 libregexp-common-perl <!nocheck>,
 perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmoox-cmd-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmoox-cmd-perl
Homepage: https://metacpan.org/pod/MooX::Cmd
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Package: libmoox-cmd-perl
Architecture: all
Depends:
 libcapture-tiny-perl,
 liblist-moreutils-perl (>= 0.406),
 libmodule-runtime-perl,
 libmoo-perl,
 libpackage-stash-perl,
 libparams-util-perl,
 libregexp-common-perl,
 ${misc:Depends},
 ${perl:Depends},
Recommends:
 libhash-merge-perl (>= 0.299),
 libmoox-configfromfile-perl (>= 0.008),
Suggests:
 libmoox-options-perl,
 libtext-abbrev-perl,
Description: easy Moo style way to make command organized CLI apps
 MooX::Cmd eases the writing of command line utilities,
 accepting commands and subcommands and so on.
 These commands can form a tree,
 which is mirrored in the package structure.
 On invocation each command along the path through the tree
 (starting from the toplevel command
 through to the most specific one)
 is instantiated.
 |