Write debug messages on STDERR
[app-lastmsg.git] / README
1 App-Lastmsg version 0.001
2 =========================
3
4 lastmsg reads your mail folders looking for emails you exchanged with
5 a given set of people. Then for each person in the set it prints the
6 time you last received an email from or sent an email to them and the
7 email address used.
8
9 INSTALLATION
10
11 To install this module type the following:
12
13 perl Makefile.PL
14 make
15 make test
16 make install
17
18 DEPENDENCIES
19
20 This module requires these other modules and libraries:
21
22 * Config::Auto
23 * Date::Parse
24 * Email::Folder
25
26 COPYRIGHT AND LICENCE
27
28 Copyright (C) 2016 by Marius Gavrilescu
29
30 This library is free software; you can redistribute it and/or modify
31 it under the same terms as Perl itself, either Perl version 5.24.1 or,
32 at your option, any later version of Perl 5 you may have available.
33
34
This page took 0.019293 seconds and 4 git commands to generate.