File: control

package info (click to toggle)
libmoosex-runnable-perl 0.09-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 368 kB
  • ctags: 66
  • sloc: perl: 1,064; makefile: 22
file content (47 lines) | stat: -rw-r--r-- 1,631 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
45
46
47
Source: libmoosex-runnable-perl
Section: perl
Priority: optional
Build-Depends: cdbs (>= 0.4.122~),
 devscripts,
 perl,
 libmodule-build-tiny-perl,
 debhelper,
 dh-buildinfo,
 libmoose-perl,
 libmoosex-getopt-perl,
 libmoosex-types-perl,
 libmoosex-types-path-class-perl,
 libmoosex-types-path-tiny-perl,
 liblist-moreutils-perl,
 libnamespace-autoclean-perl,
 libparams-util-perl,
 libclass-load-perl,
 libpath-tiny-perl,
 libtest-tabledriven-perl,
 libtest-use-ok-perl,
 libtest-exception-perl,
 libtest-fatal-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>,
 Daniel Lintott <daniel@serverb.co.uk>
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmoosex-runnable-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmoosex-runnable-perl.git
Homepage: http://search.cpan.org/dist/MooseX-Runnable/

Package: libmoosex-runnable-perl
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${perl:Depends}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
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.