The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
1.02
  - Yet more nesting problems fixed (Ticket 12036,
    "Incorrect work with limited set of tags").
    Thanks to Igor Lobanov for reporting and Michele Beltrame for helping out.
  - Added (empty) attribute 'alt' to img-tags, to make it more W3C-valid
    Thanks to Michele Beltrame for reporting and patching.
  - Added case insensative tag matching
    Thanks to Denny Daugherty for reporting and patching. 
  - Minor code changes (killing unwanted whitespaces).

1.01
  - Nesting problem patched by monk physi. Thanks!
  - img nesting problem fixed. Linked images should be ok now.

1.00
  - This module has basically been built from scratch again, for a lot
    of problems were spotted by various users (THANKS ALL!). The module now
    uses a 'poor man's parser' that will fix nesting problems. Also the
    linebreak options will ignore [code]-blocks.

0.04
  - 'no_html' option, for "stripping" HTML input
  - 'linebreaks' option, for inserting '<br />' tags

  Thanx to Ken for pointing these 'flaws' out to me :)

0.03
  - Better regexps (they still are dreadfull, but slowly improving ;).
  - Nested tags are handled better.
  - [code] and [quote] will now be parsed first, thus solving some weird results
  - More tests during install
    
0.02
  - Fixed stupid requirement for Perl 5.8.4 ... not needed

0.01
  - initial version;