The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
[Changes for 0.07 - 2004-12-08]

Heading fonts are made much bigger.

Prelminary support for <img src="http://..."> via LWP.

Use Image::Size to determine image size correctly.

Correct layout for mixed colspan and rowspan.

Variable support via a plain $__PAGE__ in text
(this interface may change into <var> the future).

[Changes for 0.06 - 2004-11-23]

Correctly fallback to XML::Clean if HTML::Tidy is unavailable.

Rowspan was only renfered properly on leading columns; now it should
work on all columns.

[Changes for 0.05 - 2004-11-18]

HTML::Tidy is now preferred over XML::Clean.

Graphics::ColorNames now replaces Color::Rgb.

Dropped dependency on Spiffy and Hook::LexWrap.

TD and TH's "rowspan" and "colspan" is now handled, albeit imperfectly.

Widths in TD and TH in the same TR now always adds back to 100%.

[Changes for 0.04 - 2004-09-23]

Adds parameters to ->convert() so page size, font height etc can be tweaked.