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: 8378
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: Allow creation of a non-singleton T::B object
Make a non-singleton Test::Builder constructor. This one always returns a brand new object which is not used as the default. Change new() to use this internally to create the initial singleton.
create() has been implemented but not well tested. $Level remains a problem.
$Level will never be solved in TB1. TB2 is a real singleton.