X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FApp%2FLastmsg.pm;h=e4b406271a831eddb2eade6ad98a8a322424670c;hb=HEAD;hp=8f7be5ed663814c2b79960e88a2d5cf757965b05;hpb=e45bc129bd9352ad7d9a26c33e85d7b4e1b126c3;p=app-lastmsg.git 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};