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: 24177
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: Replace use_ok() with ok.pm?
use_ok() often traps users because unlike "use" it happens at run-time. ok.pm elegantly works around this. Perhaps ok.pm could be absorbed and use_ok() discouraged. At minimum, mention ok.pm in the docs.
On Mon Jan 01 19:21:31 2007, MSCHWERN wrote: Show quoted text
> use_ok() often traps users because unlike "use" it happens at run-time. > ok.pm elegantly works around this. Perhaps ok.pm could be absorbed and > use_ok() discouraged. > > At minimum, mention ok.pm in the docs.
om.pm is part of Test-Simple now, and documented in a few places.