File: control

package info (click to toggle)
libunix-syslog-perl 0.98-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 80 kB
  • ctags: 11
  • sloc: perl: 149; makefile: 55
file content (15 lines) | stat: -rw-r--r-- 612 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: libunix-syslog-perl
Section: interpreters
Priority: optional
Build-Depends: debhelper (>= 3.0.5), perl (>= 5.6.0-17)
Maintainer: Graeme Mathieson <mathie@wossname.org.uk>
Standards-Version: 3.5.1

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.