Source: libmoosex-runnable-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard , Section: perl Priority: optional Build-Depends: debhelper, libclass-load-perl , liblist-someutils-perl , libmodule-build-tiny-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 , libtest-exception-perl , libtest-fatal-perl , libtest-tabledriven-perl , perl, perl (>= 5.21.6) | libtest-use-ok-perl , Standards-Version: 4.3.0 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.