Re: Test::Deep namespace

2003-06-19 Thread Fergal Daly
On Thursday 19 June 2003 15:24, Andy Lester wrote: > It would be nice if the functions ended in _ok, so it's clear that > they are actually outputting and not just returning booleans. There is only 1 function really, all the rest are shortcuts to the constructors of various plugins. I suppose I

Re: Test::Deep namespace

2003-06-19 Thread Andy Lester
It's a Test::Builder based testing module, it's designed to replace and enhances Test::More's is_deeply() and eq_set(). is_deeply() has several limitiations like not handling circular references and ignoring the blessedness of references, it also has a few bugs. It would be nice if the functions