File: control

package info (click to toggle)
libpoe-component-dbiagent-perl 0.26-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 140 kB
  • ctags: 42
  • sloc: perl: 368; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,121 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
Source: libpoe-component-dbiagent-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: libclass-methodmaker-perl, libdbi-perl,
 libpoe-perl, perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Benoit Mortier <benoit.mortier@opensides.be>,
 gregor herrmann <gregoa@debian.org>
Standards-Version: 3.8.4
Homepage: http://search.cpan.org/dist/POE-Component-DBIAgent/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpoe-component-dbiagent-perl
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpoe-component-dbiagent-perl

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.