File: control

package info (click to toggle)
libanyevent-processor-perl 0.006-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 156 kB
  • sloc: perl: 201; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,116 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
Source: libanyevent-processor-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Robin Sheat <robin@catalyst.net.nz>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libanyevent-perl,
                     libglib-perl,
                     libmodern-perl-perl,
                     libmoose-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libanyevent-processor-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libanyevent-processor-perl.git
Homepage: https://metacpan.org/release/AnyEvent-Processor

Package: libanyevent-processor-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libanyevent-perl,
         libglib-perl,
         libmodern-perl-perl,
         libmoose-perl
Description: class for AnyEvent tasks that may be interrupted
 AnyEvent::Processor is a Perl module that provides a base class for
 defining tasks that can be periodically interrupted by a watcher.