- Don't try to treat an literal as space.
This breaks Unicode parsing.
http://rt.cpan.org/Ticket/Display.html?id=15068
- The unbroken_text option is now on by default
for HTML::TokeParser.
- HTML::Entities::encode will now encode "'" by default.
- Improved report/ignore_tags documentation by
Norbert Kiesel nkiesel@tbdnetworks.com.
- Test suite now use Test::More, by
Norbert Kiesel nkiesel@tbdnetworks.com.
- Fix HTML::Entities typo spotted by
Stefan Funke bundy@adm.arcor.net.
- Faster load time with XSLoader (perl-5.6 or better now required).
- Fixed POD markup errors in some of the modules.