RE: Failing tests on VMS blead@26652
[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
22 A ANSI-compliant compiler is required to compile the extension.
23
24 Sys::Syslog has been tested by the author on the following systems,
25 but is likely to run on many more:
26
27 - Linux 2.6, gcc 3.4.1
28 - FreeBSD 4.7, gcc 2.95.4
29 - Mac OS X 10.2.6, gcc 3.1
30
31 Sys::Syslog should on any Perl since 5.6.0. This module has been
32 tested by the author to check that it works with the following
33 versions ot Perl:
34
35 - Perl 5.6.2 i686-linux (custom build)
36 - Perl 5.8.5 i386-linux-thread-multi (vendor build)
37 - Perl 5.6.1 i386-freebsd (custom build)
38 - Perl 5.8.7 i386-freebsd (custom build)
39 - Perl 5.6.0 darwin (vendor build)
942974c1 40 - Perl 5.8.7 cygwin-thread-multi-64int (vendor build)
8168e71f 41
42 See also the corresponding CPAN Testers page:
43 http://testers.cpan.org/show/Net-Pcap.html
44
45
46SUPPORT AND DOCUMENTATION
47
48 After installing, you can find documentation for this module
49 with the perldoc command.
50
51 perldoc Sys::Syslog
52
53 You can also look for information at:
54
55 Search CPAN
56 http://search.cpan.org/dist/Sys-Syslog
57
58 CPAN Request Tracker:
59 http://rt.cpan.org/NoAuth/Bugs.html?Dist=Sys-Syslog
60
61 AnnoCPAN, annotated CPAN documentation:
62 http://annocpan.org/dist/Sys-Syslog
63
64 CPAN Ratings:
65 http://cpanratings.perl.org/d/Sys-Syslog
66
67
68COPYRIGHT AND LICENCE
69
70 This program is free software; you can redistribute it and/or modify it
71 under the same terms as Perl itself.