Release commit for 1.000006
[scpubgit/HTML-String.git] / lib /
2013-09-15 Matt S Trout bump version
2013-09-15 Matt S Trout Fix to handle no-op escapes such as \\, broken by unico...
2013-09-15 Matt S Trout I am bad at names. Sorry mauke.
2013-09-15 Matt S Trout bump version
2013-09-15 Matt S Trout more fixage because the perl parser hates me
2013-09-14 Matt S Trout dear TT, you are a pain in the buttocks
2013-09-12 Matt S Trout bump version
2013-09-12 Florian Ragwitz Don't call length(undef)
2013-09-12 Matt S Trout bump version
2013-09-12 Florian Ragwitz Add myself to CONTRIBUTORS
2013-09-12 Florian Ragwitz Stop skipping false strings when concatenating
2013-01-03 Matt S Trout bump version
2013-01-03 Matt S Trout bypass new() in _hsv_dot and switch to blessed() to...
2013-01-03 Matt S Trout bump version
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 distify
2012-08-13 Matt S Trout documentationify
2012-08-12 Matt S Trout document rt ticket for overload::constant weirdness
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 also exclude Template::Plugins
2012-08-12 Matt S Trout further escaping fixes
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-12 Jess Robinson TT's new takes a hashref or a hash
2012-08-11 Matt S Trout clean up TT override
2012-08-11 Matt S Trout TT support
2012-08-11 Matt S Trout initial import of HTML::String