perl-DBI (Version: 1.37-2)
The Perl Database Interface (DBI) is a database access Application Programming
Interface (API) for the Perl language. The Perl DBI API specification defines
a set of functions, variables, and conventions that provide a consistent
database interface independent of the actual data being used.
perl-PlRPC (Version: 0.2016-1)
PlRPC (Perl RPC) is a package for implementing servers and
clients that are written in Perl entirely. The name is borrowed
from Sun's RPC (Remote Procedure Call), but it could as well be
RMI like Java's "Remote Method Interface), because PlRPC gives
you the complete power of Perl's OO framework in a very simple
manner.
perl-Net-Daemon (Version: 0.37-1)
Net::Daemon is an abstract base class for implementing portable server
applications in a very simple way. The module is designed for Perl 5.005
and threads, but can work with fork() and Perl 5.004.
The Net::Daemon class offers methods for the most common tasks a daemon
needs: Starting up, logging, accepting clients, authorization,
restricting its own environment for security and doing the true work.
You only have to override those methods that aren't appropriate for you,
but typically inheriting will safe you a lot of work anyways.
perl-XML-Parser (Version: 2.31-1)
XML-Parser module for perl
perl-DBD-Pg (Version: 1.13-4)
An implementation of DBI for PostgreSQL for Perl.