This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Updated Filter-Util-Call to CPAN version 1.39
[perl5.git] / cpan / Sys-Syslog / README
1 NAME
2
3     Sys::Syslog - Perl interface to the UNIX syslog(3) calls
4
5
6 DESCRIPTION
7
8     Sys::Syslog is an interface to the UNIX syslog(3) program.
9     Call syslog() with a string priority and a list of printf() args
10     just like syslog(3).
11
12
13 INSTALLATION
14
15     To install this module, run the following commands:
16
17         $ perl Makefile.PL
18         $ make
19         $ make test
20         $ make install
21
22     An ANSI-compliant compiler is required to compile the extension.
23
24     Sys::Syslog should work on any Perl since 5.6.0. This module has 
25     been tested by the author on the following Perl and system versions
26     but is likely to run on many more:
27
28         Perl    Architecture                            GCC
29         -----------------------------------------------------
30         5.6.2   i686-linux                              3.4.1
31         5.8.5   i386-linux-thread-multi                 3.4.1
32         5.8.8   i386-freebsd-64int                      3.4.4
33         5.8.6   darwin-thread-multi-2level (PowerPC)    4.0.1
34
35     See also the corresponding CPAN Testers page:
36         http://testers.cpan.org/show/Sys-Syslog.html
37
38
39 SUPPORT AND DOCUMENTATION
40
41     After installing, you can find documentation for this module 
42     with the perldoc command.
43
44         perldoc Sys::Syslog
45
46     You can also look for information at:
47
48         Search CPAN
49             http://search.cpan.org/dist/Sys-Syslog/
50
51         Kobes' CPAN Search
52             http://cpan.uwinnipeg.ca/dist/Sys-Syslog
53
54         CPAN Request Tracker:
55             http://rt.cpan.org/NoAuth/Bugs.html?Dist=Sys-Syslog
56
57         AnnoCPAN, annotated CPAN documentation:
58             http://annocpan.org/dist/Sys-Syslog
59
60         CPAN Ratings:
61             http://cpanratings.perl.org/d/Sys-Syslog
62
63
64 COPYRIGHT AND LICENCE
65
66     Copyright (C) 1990-2008 by Larry Wall and others.
67
68     This program is free software; you can redistribute it and/or modify it
69     under the same terms as Perl itself.