The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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;