The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Revision history for Perl module Convert::UU.

0.30 Mar 10, 1999

Harald Joerg <Harald.Joerg@mch.sni.de$<gt> sent me a patch to add binmode to the filehandles that are used, so the whole thing works on Windows.

Modernized the Makefile.PL to use fixin() instead of writing the EXE_FILES "by hand".

0.20 Feb 7, 1997

Further investigation of the warning I "fixed" yesterday. Added tests for a trailing empty string in the last line of the uuencoded string and for a zero in the last line of the uudecoded string. Found the bug in the code that skipped lines starting with a "#". Allowing such lines fixed a long standing bug.

0.10 Feb 6, 1997

Thanks to Kurtis D. Rader <krader@sequent.com> who describes that a uuencoded chunk that consists of nothing but backtick triggers a "Use of uninitialized variable" warning. Although I'd like to see it as a bug in perl this version takes precautions to avoid the warning.

0.05 Nov 25, 1997

Updated to perl5.004 using m//gc instead of s///.

Using binmode() for filehandles to (hopefully) make it work on Non-UNIX systems (Thanks to Bill Baxter <bill@visix.com> for the report)

0.04 Feb 10, 1997

Integrated a patch by leachcj@bp.com that allows array references being passed to uudecode.

0.01 Mon Feb 19 15:06:30 1996

original version; created by h2xs 1.16