Subject: | Change internal data store to real object singleton |
There are times when we want more than one Test::Builder object. This
is currently impossible because everything's stored in individual
lexicals. Change to a single lexical hash.
Consider using Abigail's private hash trick to prevent outside viewers from
getting at the data.