Upgrade Sys::Syslog to 0.19_01
[p5sagit/p5-mst-13.2.git] / ext / Sys / Syslog / README
CommitLineData
8168e71f 1NAME
2
3 Sys::Syslog - Perl interface to the UNIX syslog(3) calls
4
5
6DESCRIPTION
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
13INSTALLATION
14
15 To install this module, run the following commands:
16
17 $ perl Makefile.PL
18 $ make
19 $ make test
20 $ make install
21
07b7e4bc 22 An ANSI-compliant compiler is required to compile the extension.
8168e71f 23
a650b841 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
8168e71f 26 but is likely to run on many more:
27
a650b841 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
8168e71f 34
35 See also the corresponding CPAN Testers page:
04f98b29 36 http://testers.cpan.org/show/Sys-Syslog.html
8168e71f 37
38
39SUPPORT 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
89c3c464 49 http://search.cpan.org/dist/Sys-Syslog/
50
51 Kobes' CPAN Search
52 http://cpan.uwinnipeg.ca/dist/Sys-Syslog
8168e71f 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
64COPYRIGHT AND LICENCE
65
66 This program is free software; you can redistribute it and/or modify it
67 under the same terms as Perl itself.