Revision history for IRC-Formatting-HTML
0.19 06/16/2010
Removed "formatted_string_to_html", use irc_to_html instead
Added html_to_irc export
0.18 04/19/2010
Add irc_to_html export
Minor speedups
0.17 04/19/2010
Fix MANIFEST
0.16 04/19/2010
Drop Any::Moose dependency
Use file scope for accumulated state
0.15 04/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