From: Marius Gavrilescu Date: Sat, 14 Jan 2017 15:35:32 +0000 (+0200) Subject: Bump version and update Changes X-Git-Tag: 0.002001^0 X-Git-Url: http://git.ieval.ro/?p=app-lastmsg.git;a=commitdiff_plain;h=5009954f6f298c9378909c98bc6eb4c0957e98c0 Bump version and update Changes --- diff --git a/Changes b/Changes index fca48fd..cff8a58 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension App::Lastmsg. +0.002001 2016-01-14T15:35+00:00 + - Require Email::Simple >= 2.206 (for the header_raw method) + 0.002 2017-01-07T21:27+02:00 - [Windows compatibility] Prevent warnings for systems without $ENV{HOME} or $ENV{USER} diff --git a/lib/App/Lastmsg.pm b/lib/App/Lastmsg.pm index 8f7be5e..e4b4062 100644 --- a/lib/App/Lastmsg.pm +++ b/lib/App/Lastmsg.pm @@ -12,7 +12,7 @@ use List::Util qw/max/; use POSIX qw/strftime/; our $OUTPUT_FILEHANDLE = \*STDOUT; -our $VERSION = '0.002'; +our $VERSION = '0.002001'; our @DEFAULT_INBOX; push @DEFAULT_INBOX, "/var/mail/$ENV{USER}" if exists $ENV{USER};