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
|
Source: libmoosex-runnable-perl
Section: perl
Priority: optional
Build-Depends: @cdbs@
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.
|