VERSION 5.420_01 (developer release)
(bugfix) Fix warning generated by a header of "Content-Type: /".
Previous versions would warn about undefined variables. We now
set a blank type and subtype.(cleanup) Partial removal of dependencies on IO::Scalar and
IO::ScalarArray. We now use Perl's built-in I/O on scalars as much
as possible. NOTE THAT THIS REQUIRES PERL 5.8!(cleanup) FileHandle usage removed in favour of IO::File
(cleanup) Remove broken utility methods -- shellquote() because it
didn't really make anything safe, and catfile(), because File::Spec
is better.(cleanup) Multiple test cleanups, including removal of
ExtUtils/TBone.pm. Tests now use Test::More.(cleanup) Remove support for recycling tempfiles ( tmp_recycling() and
its usage in new_tmpfile() )(cleanup) Remove nasty "eval join('',<::DATA>) unless caller()"
testing code from various modules(cleanup) Merge all changelog information from README and
MIME/Tools.pm into ChangeLog