File: control

package info (click to toggle)
libunix-syslog-perl 0.100-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 104 kB
  • ctags: 22
  • sloc: perl: 186; makefile: 5
file content (17 lines) | stat: -rw-r--r-- 685 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: libunix-syslog-perl
Section: perl
Priority: optional
Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0), perl (>= 5.6.0-16), dh-buildinfo
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.7.2

Package: libunix-syslog-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}
Description: Perl interface to the UNIX syslog(3) calls
 This module provides an interface to the system logger syslogd(8) via
 Perl's XSUBs. The implementation attempts to resemble the native
 libc-functions of your system, so that anyone being familiar with
 syslog.h should be able to use this module right away.
 .
  Homepage: http://search.cpan.org/dist/Unix-Syslog/