On Thu 20 Nov 2003, Jim Cromie <[EMAIL PROTECTED]> wrote: > im patching a module that uses Test::More, and I want to include a test > to prove that a carp is being called when function args are wrong. > > I half-expected to find a stderr_like() that would do the trick.
Test::Warn has warning_like, which sounds like what you want. Kake