scpubgit/HTML-String.git
2013-09-15 Matt S Trout Release commit for 1.000006 master v1.000006
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 Release commit for 1.000005 v1.000005
2013-09-15 Matt S Trout bump version
2013-09-15 Matt S Trout changelog the utf8 fix
2013-09-15 Matt S Trout move the utf8 test next to the other test for the same...
2013-09-15 Matt S Trout more fixage because the perl parser hates me
2013-09-14 Florian Ragwitz Add a failing test for unwanted escaping
2013-09-14 Matt S Trout dear TT, you are a pain in the buttocks
2013-09-12 Florian Ragwitz Test case for the .length vmethod
2013-09-12 Matt S Trout Release commit for 1.000004 v1.000004
2013-09-12 Matt S Trout bump version
2013-09-12 Florian Ragwitz Don't call length(undef)
2013-09-12 Matt S Trout Release commit for 1.000003 v1.000003
2013-09-12 Matt S Trout bump version
2013-09-12 Florian Ragwitz Update Changes
2013-09-12 Florian Ragwitz Add myself to CONTRIBUTORS
2013-09-12 Florian Ragwitz Stop skipping false strings when concatenating
2013-09-12 Florian Ragwitz Add a failing test for concatenating false strings
2013-09-12 Florian Ragwitz Add a failing test for "0" not being modified
2013-08-29 Matt S Trout correct NAME
2013-01-03 Matt S Trout Release commit for 1.000002 v1.000002
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 Release commit for 1.000001 v1.000001
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 Release commit for 1.000000 v1.000000
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 use a clearer placeholder nonexistant package name
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 tests for TT code
2012-08-11 Matt S Trout clean up TT override
2012-08-11 Matt S Trout skeleton Makefile.PL
2012-08-11 Matt S Trout TT support
2012-08-11 Matt S Trout initial import of HTML::String