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(@ISA @EXPORT $VERSION);
@ISA = qw(Exporter DynaLoader);
@EXPORT = qw(encode_base64 decode_base64);
-$VERSION = '3.03';
+$VERSION = '3.05';
MIME::Base64->bootstrap($VERSION);
+2004-09-20 Gisle Aas <gisle@ActiveState.com>
+
+ Release 3.05
+
+ Steve Hay <steve.hay@uk.radan.com> found the warn test broken
+ on Windows and provided a fix.
+
+
+
+2004-09-18 Gisle Aas <gisle@ActiveState.com>
+
+ 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@ActiveState.com>
Release 3.03
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"