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: 24880
Status: rejected
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: Make TB->_unoverload* public
The TB unoverloading methods would be handy for module authors. Make them public. It would also reduce coupling between TB and TM.
On Sun Feb 11 11:19:44 2007, MSCHWERN wrote: Show quoted text
> The TB unoverloading methods would be handy for module authors. Make > them public. It would also reduce coupling between TB and TM.
I would discourage the use of unoverload in favor of the Test2::Compare tools which make it more explicit what you are trying to do. Less magic, more obvious.