• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Log/H02-Jan-2013-436137

scripts/H02-Jan-2013-231111

t/H03-May-2022-453376

Build.PLH A D02-Jan-2013596 2320

ChangesH A D02-Jan-20132.7 KiB6854

MANIFESTH A D02-Jan-2013315 2322

META.jsonH A D02-Jan-20131.1 KiB4948

META.ymlH A D02-Jan-2013690 2827

Makefile.PLH A D02-Jan-2013556 1814

READMEH A D02-Jan-2013792 3321

README

1Log::Procmail
2=============
3
4The Log::Procmail module processes procmail(1) logfiles and returns
5the abstracts. You can get all the useful information by using the
6methods from(), date(), subject(), folder() and size() on the returned
7Log::Procmail::Abstract object.
8
9This is a very simple module. :-)
10
11INSTALLATION
12
13To install this module type the following:
14
15   perl Makefile.PL
16   make
17   make test
18   make install
19
20COPYRIGHT AND LICENCE
21
22Copyright (c) 2002, Philippe Bruhat. All Rights Reserved.
23This module is free software. It may be used, redistributed
24and/or modified under the terms of the Perl Artistic License
25(see http://www.perl.com/perl/misc/Artistic.html)
26
27BUGS
28
29Please report all bugs through the rt.cpan.org interface:
30
31http://rt.cpan.org/NoAuth/Bugs.html?Dist=Log-Procmail
32
33