File: README

package info (click to toggle)
liblogger-syslog-perl 1.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 88 kB
  • sloc: perl: 136; makefile: 9
file content (22 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Logger::Syslog  -- A simple wrapper over Sys::Syslog

FEATURES

Povides one function per syslog message level for sending message to syslog.

REQUIREMENTS

This module requires you to have installed the following other perl modules:
  - Sys::Syslog

NOTES

Compliant with mod_perl.

INSTALL

Use the classic mantra:

    $ perl Makefile.PL
    $ make
    # make install