1NAME
2
3    Parse::Syslog::Mail - Parse mailer logs from syslog
4
5
6DESCRIPTION
7
8   This module offers a simple interface to gather mail information
9   from a syslog file. It uses Parse::Syslog for reading the syslog,
10   and offer the same simple interface. Currently supported log
11   formats are: Sendmail, Postfix, Qmail.
12
13
14INSTALLATION
15
16    To install this module, run the following commands:
17
18        perl Makefile.PL
19        make
20        make test
21        make install
22
23    Alternatively, to install with Module::Build, you can use the
24    following commands:
25
26        perl Build.PL
27        ./Build
28        ./Build test
29        ./Build install
30
31
32COPYRIGHT AND LICENCE
33
34    Copyright (C) 2005, 2006, 2007, 2008 S�bastien Aperghis-Tramoni
35
36    This library is free software; you can redistribute it and/or modify
37    it under the same terms as Perl itself.
38