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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
Source: libmoosex-runnable-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
Jonas Smedegaard <dr@jones.dk>,
Section: perl
Priority: optional
Build-Depends:
debhelper-compat (= 13),
libclass-load-perl <!nocheck>,
liblist-someutils-perl <!nocheck>,
libmodule-build-tiny-perl,
libmoose-perl <!nocheck>,
libmoosex-getopt-perl <!nocheck>,
libmoosex-types-path-class-perl <!nocheck>,
libmoosex-types-path-tiny-perl <!nocheck>,
libmoosex-types-perl <!nocheck>,
libnamespace-autoclean-perl <!nocheck>,
libparams-util-perl <!nocheck>,
libpath-tiny-perl <!nocheck>,
libtest-exception-perl <!nocheck>,
libtest-fatal-perl <!nocheck>,
libtest-tabledriven-perl <!nocheck>,
perl,
perl | libtest-use-ok-perl <!nocheck>
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmoosex-runnable-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmoosex-runnable-perl.git
Homepage: https://metacpan.org/release/MooseX-Runnable
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Package: libmoosex-runnable-perl
Architecture: all
Depends:
libclass-load-perl,
liblist-someutils-perl,
libmoose-perl,
libmoosex-getopt-perl,
libmoosex-types-path-class-perl,
libmoosex-types-path-tiny-perl,
libmoosex-types-perl,
libnamespace-autoclean-perl,
libparams-util-perl,
libpath-tiny-perl,
${misc:Depends},
${perl:Depends},
Suggests:
libanyevent-perl,
libdata-dump-streamer-perl,
libfile-changenotify-perl,
libpar-packer-perl,
libparams-validate-perl,
Description: tag a class as a runnable application
MooseX::Runnable is a framework
for making classes runnable applications.
This role doesn't do anything
other than tell the rest of the framework
that your class is a runnable application
that has a run method which accepts arguments
and returns the process' exit code.
.
This is a convention that the community has been using for a while.
This role tells the computer that your class uses this convention,
and let's the computer abstract away
some of the tedium this entails.
|