10 years agoRelease commit for 1.000006 master v1.000006
Matt S Trout [Sun, 15 Sep 2013 19:48:24 +0000]
Release commit for 1.000006

10 years agobump version
Matt S Trout [Sun, 15 Sep 2013 19:47:06 +0000]
bump version

10 years agoFix to handle no-op escapes such as \\, broken by unicode fix
Matt S Trout [Sun, 15 Sep 2013 19:46:47 +0000]
Fix to handle no-op escapes such as \\, broken by unicode fix

10 years agoI am bad at names. Sorry mauke.
Matt S Trout [Sun, 15 Sep 2013 19:39:59 +0000]
I am bad at names. Sorry mauke.

10 years agoRelease commit for 1.000005 v1.000005
Matt S Trout [Sun, 15 Sep 2013 19:35:17 +0000]
Release commit for 1.000005

10 years agobump version
Matt S Trout [Sun, 15 Sep 2013 19:34:41 +0000]
bump version

10 years agochangelog the utf8 fix
Matt S Trout [Sun, 15 Sep 2013 19:33:09 +0000]
changelog the utf8 fix

10 years agomove the utf8 test next to the other test for the same perlbug
Matt S Trout [Sun, 15 Sep 2013 19:30:01 +0000]
move the utf8 test next to the other test for the same perlbug

10 years agomore fixage because the perl parser hates me
Matt S Trout [Sun, 15 Sep 2013 19:15:41 +0000]
more fixage because the perl parser hates me

10 years agoAdd a failing test for unwanted escaping
Florian Ragwitz [Fri, 13 Sep 2013 19:01:39 +0000]
Add a failing test for unwanted escaping

10 years agodear TT, you are a pain in the buttocks
Matt S Trout [Sat, 14 Sep 2013 17:55:13 +0000]
dear TT, you are a pain in the buttocks

10 years agoTest case for the .length vmethod
Florian Ragwitz [Thu, 12 Sep 2013 21:00:14 +0000]
Test case for the .length vmethod

10 years agoRelease commit for 1.000004 v1.000004
Matt S Trout [Thu, 12 Sep 2013 14:11:27 +0000]
Release commit for 1.000004

10 years agobump version
Matt S Trout [Thu, 12 Sep 2013 14:10:36 +0000]
bump version

10 years agoDon't call length(undef)
Florian Ragwitz [Thu, 12 Sep 2013 14:06:08 +0000]
Don't call length(undef)

strictures doesn't want us to.

10 years agoRelease commit for 1.000003 v1.000003
Matt S Trout [Thu, 12 Sep 2013 14:00:02 +0000]
Release commit for 1.000003

10 years agobump version
Matt S Trout [Thu, 12 Sep 2013 13:59:26 +0000]
bump version

10 years agoUpdate Changes
Florian Ragwitz [Thu, 12 Sep 2013 13:55:48 +0000]
Update Changes

10 years agoAdd myself to CONTRIBUTORS
Florian Ragwitz [Thu, 12 Sep 2013 13:55:39 +0000]
Add myself to CONTRIBUTORS

10 years agoStop skipping false strings when concatenating
Florian Ragwitz [Thu, 12 Sep 2013 13:43:50 +0000]
Stop skipping false strings when concatenating

10 years agoAdd a failing test for concatenating false strings
Florian Ragwitz [Thu, 12 Sep 2013 13:00:17 +0000]
Add a failing test for concatenating false strings

10 years agoAdd a failing test for "0" not being modified
Florian Ragwitz [Thu, 12 Sep 2013 13:00:17 +0000]
Add a failing test for "0" not being modified

10 years agocorrect NAME
Matt S Trout [Thu, 29 Aug 2013 13:02:26 +0000]
correct NAME

11 years agoRelease commit for 1.000002 v1.000002
Matt S Trout [Thu, 3 Jan 2013 23:11:52 +0000]
Release commit for 1.000002

11 years agobump version
Matt S Trout [Thu, 3 Jan 2013 23:09:32 +0000]
bump version

11 years agobypass new() in _hsv_dot and switch to blessed() to avoid calling our own ref()
Matt S Trout [Thu, 3 Jan 2013 22:31:35 +0000]
bypass new() in _hsv_dot and switch to blessed() to avoid calling our own ref()

11 years agoRelease commit for 1.000001 v1.000001
Matt S Trout [Thu, 3 Jan 2013 20:30:11 +0000]
Release commit for 1.000001

11 years agobump version
Matt S Trout [Thu, 3 Jan 2013 20:24:41 +0000]
bump version

11 years agoLocalize $@ in isa and can in case of modules that mishandle eval {}
Matt S Trout [Thu, 3 Jan 2013 20:24:29 +0000]
Localize $@ in isa and can in case of modules that mishandle eval {}

11 years agoAdd support for ' characters.
David Dorward [Mon, 13 Aug 2012 21:08:41 +0000]
Add support for ' characters.

Escape ' to '
Test support for the five characters that are escaped
Document which characters are escaped

11 years agoRelease commit for 1.000000 v1.000000
Matt S Trout [Mon, 13 Aug 2012 20:35:57 +0000]
Release commit for 1.000000

11 years agominor doc fixes
Matt S Trout [Mon, 13 Aug 2012 20:31:51 +0000]
minor doc fixes

11 years agodistify
Matt S Trout [Mon, 13 Aug 2012 20:23:31 +0000]
distify

11 years agodocumentationify
Matt S Trout [Mon, 13 Aug 2012 20:21:18 +0000]
documentationify

11 years agouse a clearer placeholder nonexistant package name
Matt S Trout [Sun, 12 Aug 2012 22:05:34 +0000]
use a clearer placeholder nonexistant package name

11 years agodocument rt ticket for overload::constant weirdness
Matt S Trout [Sun, 12 Aug 2012 22:01:56 +0000]
document rt ticket for overload::constant weirdness

11 years agowhen writing AUTOLOAD, always remember to write DESTROY!
Matt S Trout [Sun, 12 Aug 2012 17:39:35 +0000]
when writing AUTOLOAD, always remember to write DESTROY!

11 years agooverload methods
Matt S Trout [Sun, 12 Aug 2012 17:37:08 +0000]
overload methods

11 years agoalso exclude Template::Plugins
Matt S Trout [Sun, 12 Aug 2012 17:18:05 +0000]
also exclude Template::Plugins

11 years agofurther escaping fixes
Matt S Trout [Sun, 12 Aug 2012 17:10:37 +0000]
further escaping fixes

11 years agooptions to ignore specific callers, more TT tests
Matt S Trout [Sun, 12 Aug 2012 16:32:14 +0000]
options to ignore specific callers, more TT tests

11 years agolose .= and = overrides - fallback means the . override will handle it
Matt S Trout [Sun, 12 Aug 2012 11:01:00 +0000]
lose .= and = overrides - fallback means the . override will handle it

11 years agoremove pointless overloads
Matt S Trout [Sun, 12 Aug 2012 10:58:16 +0000]
remove pointless overloads

11 years agouse UNIVERSAL::ref to make TT internals be less stupid
Matt S Trout [Sun, 12 Aug 2012 10:41:46 +0000]
use UNIVERSAL::ref to make TT internals be less stupid

11 years agono_escape filter for TT
Matt S Trout [Sat, 11 Aug 2012 18:53:25 +0000]
no_escape filter for TT

11 years agoTT's new takes a hashref or a hash
Jess Robinson [Sat, 11 Aug 2012 19:18:28 +0000]
TT's new takes a hashref or a hash

11 years agotests for TT code
Matt S Trout [Sat, 11 Aug 2012 18:06:06 +0000]
tests for TT code

11 years agoclean up TT override
Matt S Trout [Sat, 11 Aug 2012 17:32:14 +0000]
clean up TT override

11 years agoskeleton Makefile.PL
Matt S Trout [Sat, 11 Aug 2012 17:16:32 +0000]
skeleton Makefile.PL

11 years agoTT support
Matt S Trout [Sat, 11 Aug 2012 17:08:14 +0000]
TT support

11 years agoinitial import of HTML::String
Matt S Trout [Sat, 11 Aug 2012 15:46:51 +0000]
initial import of HTML::String