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: 8655
Status: resolved
Priority: 0/
Queue: Test-Simple

People
Owner: Nobody in particular
Requestors: demerphq [...] gmail.com
Cc:
AdminCc:

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



Subject: Move no_diag logic into TB
The logic for no_diag lies in Test::More, it should be in Test::Builder.
Subject: Move no_diag to a Test::Builder method
Put the decision to show diagnostics into a Test::Builder method rather than Test::More lexical.