File: control

package info (click to toggle)
libpoe-component-dbiagent-perl 0.26-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 140 kB
  • sloc: perl: 368; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,231 bytes parent folder | download | duplicates (2)
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
Source: libpoe-component-dbiagent-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: libclass-methodmaker-perl,
                     libdbi-perl,
                     libpoe-perl,
                     perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpoe-component-dbiagent-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpoe-component-dbiagent-perl.git
Homepage: https://metacpan.org/release/POE-Component-DBIAgent

Package: libpoe-component-dbiagent-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-methodmaker-perl,
         libdbi-perl,
         libpoe-perl
Description: POE Component for running asynchronous DBI calls
 POE::Component::DBIAgent is your answer to non-blocking DBI in POE.
 .
 It fires off a configurable number child processes (defaults to 3) and
 feeds database queries to it via two-way pipe (or sockets ... however
 POE::Component::Wheel::Run is able to manage it).  The primary method
 is query.