PERL PERL5 CHANGES 39 CHANGE 23330 UPGRADE TO MIME BASE64 3 05
Date: Mon, 20 Sep 2004 10:45:02 -0700

Subject: Change 23330: Upgrade to MIME::Base64 3.05.
From: rgarciasuarez@no-spam (Rafael Garcia-Suarez)

Change 23330 by rgs@no-spam on 2004/09/20 17:20:38

Upgrade to MIME::Base64 3.05.

Affected files ...

... //depot/perl/ext/MIME/Base64/Base64.pm#14 edit ... //depot/perl/ext/MIME/Base64/Changes#12 edit ... //depot/perl/ext/MIME/Base64/t/warn.t#2 edit
Differences ...

==== //depot/perl/ext/MIME/Base64/Base64.pm#14 (text) ====
Index: perl/ext/MIME/Base64/Base64.pm --- perl/ext/MIME/Base64/Base64.pm#13~23238~ Thu Aug 26 06:02:14 2004
+++ perl/ext/MIME/Base64/Base64.pm Mon Sep 20 10:20:38 2004
@@no-spam -1,6 +1,6 @@no-spam package MIME::Base64;
-# $Id: Base64.pm,v 3.3 2004/08/25 09:33:45 gisle Exp $
+# $Id: Base64.pm,v 3.5 2004/09/20 09:23:23 gisle Exp $
use strict;
use vars qw(@no-spam @no-spam $VERSION);
@@no-spam -10,7 +10,7 @@no-spam @no-spam = qw(Exporter DynaLoader);
@no-spam = qw(encode_base64 decode_base64);
-$VERSION = '3.03';
+$VERSION = '3.05';
MIME::Base64->bootstrap($VERSION);

==== //depot/perl/ext/MIME/Base64/Changes#12 (text) ====
Index: perl/ext/MIME/Base64/Changes --- perl/ext/MIME/Base64/Changes#11~23238~ Thu Aug 26 06:02:14 2004
+++ perl/ext/MIME/Base64/Changes Mon Sep 20 10:20:38 2004
@@no-spam -1,3 +1,21 @@no-spam +2004-09-20 Gisle Aas <gisle@no-spam>
+
+ Release 3.05
+
+ Steve Hay <steve.hay@no-spam> found the warn test broken + on Windows and provided a fix.
+
+
+
+2004-09-18 Gisle Aas <gisle@no-spam>
+
+ Release 3.04
+ + Fixed the bad-sv.t test script to actually contain the + correct expected result as of v3.02.
+
+
+
2004-08-25 Gisle Aas <gisle@no-spam>
Release 3.03
@@no-spam -15,6 +33,7 @@no-spam The encode_qp() function now takes an optional third argument to select binary encoding mode.
+ <https://rt.cpan.org/Ticket/Display.html?id=7456>
The result of encode_qp($non_empty, $eol) will now always be $eol terminated. If the string to encode does not end with "\n"

==== //depot/perl/ext/MIME/Base64/t/warn.t#2 (text) ====
Index: perl/ext/MIME/Base64/t/warn.t --- perl/ext/MIME/Base64/t/warn.t#1~22325~ Tue Feb 17 15:10:22 2004
+++ perl/ext/MIME/Base64/t/warn.t Mon Sep 20 10:20:38 2004
@@no-spam -52,12 +52,6 @@no-spam };
warn;
-if ($^O eq 'MSWin32') {
- for (@no-spam {
- s|\\|/|g;
- }
-}
-
for (@no-spam {
print "# $_";
}
End of Patch.