Skip to content

Commit

Permalink
distribution Mail-Box-3.004.tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
markov2 authored and Mark Overmeer committed Mar 4, 2018
1 parent 088e0d6 commit 2984e95
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@

===== ChangeLog of Mail::Box version 3.*

version 3.004: Fri 22 Dec 09:46:28 CET 2017

Fixes:
- minor change in Mail::Message broken regression test [cpantesters]

version 3.003: Thu 29 Jun 15:18:15 CEST 2017

Fixes:
Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require 5.010;

use IO::Handle;

my $VERSION = '3.003';
my $VERSION = '3.004';

my %prereq =
( Carp => 0
Expand All @@ -19,7 +19,7 @@ my %prereq =
, File::Copy => 0
, File::Remove => 0.20
, IO::Scalar => 0
, Mail::Message => 3.0
, Mail::Message => 3.005
, Mail::Transport => 3.0
, Object::Realize::Later => 0.19
, POSIX => 0
Expand Down
2 changes: 1 addition & 1 deletion t/501parser-head.t
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ cmp_ok(@received, "==", 5);
my $received = $head->get('received'); #last
ok(defined $received);
is($received->name, 'received');
my $recb = "(from majordomo\@localhost)\tby unca-don.wizards.dupont.com (8.9.3/8.9.3) id PAA29389\tfor magick-outgoing";
my $recb = "(from majordomo\@localhost) by unca-don.wizards.dupont.com (8.9.3/8.9.3) id PAA29389 for magick-outgoing";

is($received->body, $recb);
is($received->comment, 'Wed, 9 Feb 2000 15:38:42 -0500 (EST)');
Expand Down

0 comments on commit 2984e95

Please sign in to comment.