Don't call length(undef)
[scpubgit/HTML-String.git] / Changes
1   - Fix concatenating undef to HTML::String values.
2
3 1.000003 - 2013-09-12
4   - Fix concatenating strings that evaluate to false in a boolean context.
5
6 1.000002 - 2013-01-03
7   - Optimise _hsv_dot since it gets called heavily by HTML::String::TT
8
9 1.000001 - 2013-01-03
10   - Localize $@ in isa and can in case of modules that mishandle eval {}
11   - Support for single quotes (' to ')
12
13 1.000000 - 2012-08-13
14   - Initial release