Source: libpoe-component-dbiagent-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5.0.0), libclass-methodmaker-perl, libpoe-perl, libdbi-perl
Build-Depends-Indep: perl (>= 5.8.8)
Depends: libclass-methodmaker-perl, libpoe-perl
Maintainer: GOsa packages mainteners group <gosa-pkg@oss.gonicus.de>
Uploaders: Cajus Pollmeier <cajus@debian.org>, Benoit Mortier <benoit.mortier@opensides.be>
Standards-Version: 3.8.2
Homepage: http://search.cpan.org/dist/POE-Component-DBIAgent/
Vcs-Browser: https://oss.gonicus.de/repositories/goto/trunk/libpoe-component-dbiagent-perl
Vcs-Svn: https://oss.gonicus.de/repositories/goto/trunk/libpoe-component-dbiagent-perl

Package: libpoe-component-dbiagent-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, 
Description:  POE Component for running asynchronous DBI calls
 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.
 .
