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