Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-Simple CPAN distribution.

Report information
The Basics
Id: 8377
Status: resolved
Priority: 0/
Queue: Test-Simple

People
Owner: Nobody in particular
Requestors: schwern [...] pobox.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



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.
Mostly completed. $Level remains a problem.
$Level will never be solved in TB1. TB2 is a real singleton.