Don't call length(undef)
[scpubgit/HTML-String.git] / lib / HTML / String / Value.pm
2013-09-12 Florian Ragwitz Don't call length(undef)
2013-09-12 Florian Ragwitz Stop skipping false strings when concatenating
2013-01-03 Matt S Trout bypass new() in _hsv_dot and switch to blessed() to...
2013-01-03 Matt S Trout Localize $@ in isa and can in case of modules that...
2012-08-13 David Dorward Add support for ' characters.
2012-08-13 Matt S Trout minor doc fixes
2012-08-13 Matt S Trout documentationify
2012-08-12 Matt S Trout when writing AUTOLOAD, always remember to write DESTROY!
2012-08-12 Matt S Trout overload methods
2012-08-12 Matt S Trout options to ignore specific callers, more TT tests
2012-08-12 Matt S Trout lose .= and = overrides - fallback means the . override...
2012-08-12 Matt S Trout remove pointless overloads
2012-08-12 Matt S Trout use UNIVERSAL::ref to make TT internals be less stupid
2012-08-12 Matt S Trout no_escape filter for TT
2012-08-11 Matt S Trout TT support
2012-08-11 Matt S Trout initial import of HTML::String