in reply to MIME::Base64 is broken in 5.8.2?

I assume you're referring to the (0x0a) part as garbage. I don't get that from 5.8.0, using MIME::Base64 2.20 (on FreeBSD).

0x0a is a newline, by the way.

Replies are listed 'Best First'.
Re: Re: MIME::Base64 is broken in 5.8.2?
by pg (Canon) on Jan 19, 2004 at 21:32 UTC

    Yes, that newline is what I am referring to. Only [A-Za-z0-9+/=] are valid.

    The version come with 5.8.2 is 2.34. Base on your testing, sounds like it became broken after 5.8.0.

    Thanks!