The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for IRC-Formatting-HTML

0.15    05/15/2010
        Small fix to avoid warning

0.14    03/24/2010
        Handle "0" and "" properly

0.13    02/24/2010
        Remove HTML::Entities dependency

0.12    02/21/2010
        Remove leftover IO::String use statement

0.11    02/21/2010
        Verify that the color codes exist
        Stop using natatime to avoid growing memory

0.10    12/22/2009
        Remove POD tests

0.09    12/06/2009
        Use Any::Moose

0.08    10/09/2009
        Properly apply the last patch

0.07    10/08/2009
        Put the   entity after a space, so links don't
        get broken when followed by a double space

0.06    09/24/2009
        Only replace regular spaces with HTML entities

0.05    08/21/2009
        More POD cleanup

0.04    08/21/2009
        Properly apply previous patch

0.03    08/16/2009
        Fixed rendering bug for inverted text (thanks nop)

0.02    08/02/2009
        Cleaned up POD

0.01    07/23/2009
        First version