From 5009954f6f298c9378909c98bc6eb4c0957e98c0 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 14 Jan 2017 17:35:32 +0200 Subject: [PATCH] Bump version and update Changes --- Changes | 3 +++ lib/App/Lastmsg.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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}; -- 2.30.2