Bump version and update Changes master 0.002001
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 14 Jan 2017 15:35:32 +0000 (17:35 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 14 Jan 2017 15:35:32 +0000 (17:35 +0200)
Changes
lib/App/Lastmsg.pm

diff --git a/Changes b/Changes
index fca48fddbf3d4b1d7653a208195bc598e53365e1..cff8a58f3bd53a250582ea3847dc0f13ea4c2101 100644 (file)
--- 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}
index 8f7be5ed663814c2b79960e88a2d5cf757965b05..e4b406271a831eddb2eade6ad98a8a322424670c 100644 (file)
@@ -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};
This page took 0.012012 seconds and 4 git commands to generate.