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

People
Owner: Nobody in particular
Requestors: mschwern [...] cpan.org
Cc:
AdminCc:

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



Subject: Improve TODO finding code
package Foo; use Test::More; package Bar; use Test::More tests => 1; use Foo; TODO: { local $TODO = 'because'; fail(); } The TODO diagnostics will go to STDERR because _print_diag() does not think its TODO. exported_to() points at Foo.
Test::Builder2 will handle this better with its assert stacking and deliberate tracking of the top level.