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

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

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



Subject: Fix up TB->_try and make public.
TB->_try would be useful for other test module authors. It would also reduce the coupling between TB and TM. Fix it up and make it public. The main outstanding issue is how to deal with list vs array context for the code return values.
On Sun Feb 11 11:18:48 2007, MSCHWERN wrote: Show quoted text
> TB->_try would be useful for other test module authors. It would also > reduce the coupling between TB and TM. Fix it up and make it public. > > The main outstanding issue is how to deal with list vs array context for > the code return values.
Test2::Util::try() is now available. Test::Builder->_try is gone.