On Tue, Mar 08, 2005 at 04:56:08PM +0000, Mark Stosberg wrote:
> Hmm...maybe Test::Output just needs a new feature:
> 
>  # Because sometimes you don't care who said it. 
>  stdout_or_stderr_is()

Test::Output allows

my ($stdout, $stderr) = output_from {...};

then you can do your own tests, otherwise you'd have to add

stdout_or_stderr_isnt()
stdout_or_stderr_like()
stdout_or_stderr_unlike()

too,

F

Reply via email to