Test case for the .length vmethod
[scpubgit/HTML-String.git] / Changes
CommitLineData
6d07a2d0 11.000004 - 2013-09-12
e8420dab 2 - Fix concatenating undef to HTML::String values.
3
8f45d4b8 41.000003 - 2013-09-12
65d53cf1 5 - Fix concatenating strings that evaluate to false in a boolean context.
6
72ee582d 71.000002 - 2013-01-03
91a96477 8 - Optimise _hsv_dot since it gets called heavily by HTML::String::TT
9
a802154b 101.000001 - 2013-01-03
ac4c210b 11 - Localize $@ in isa and can in case of modules that mishandle eval {}
fc076557 12 - Support for single quotes (' to ')
13
3be4e4a1 141.000000 - 2012-08-13
a38082d4 15 - Initial release