Revision history for Perl extension App::Lastmsg.
+0.002 2017-01-07T21:27+02:00
+ - [Windows compatibility] Prevent warnings for systems without
+ $ENV{HOME} or $ENV{USER}
+ - [Windows compatibility] Fix tests on systems without "%s" specifier
+ for strftime.
+ - Write debug messages on STDERR not STDOUT
+ - Test debug output as well
+
0.001002 2016-12-31T22:59+02:00
- Fix test
-App-Lastmsg version 0.001
+App-Lastmsg version 0.002
=========================
lastmsg reads your mail folders looking for emails you exchanged with
COPYRIGHT AND LICENCE
-Copyright (C) 2016 by Marius Gavrilescu
+Copyright (C) 2016-2017 by Marius Gavrilescu
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.24.1 or,
=head1 COPYRIGHT AND LICENSE
-Copyright (C) 2016 by Marius Gavrilescu
+Copyright (C) 2016-2017 by Marius Gavrilescu
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.24.1 or,
use POSIX qw/strftime/;
our $OUTPUT_FILEHANDLE = \*STDOUT;
-our $VERSION = '0.001002';
+our $VERSION = '0.002';
our @DEFAULT_INBOX;
push @DEFAULT_INBOX, "/var/mail/$ENV{USER}" if exists $ENV{USER};
=head1 COPYRIGHT AND LICENSE
-Copyright (C) 2016 by Marius Gavrilescu
+Copyright (C) 2016-2017 by Marius Gavrilescu
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.24.1 or,