Re: read this one first, it may resolve everything - was Re: [code-review] Please review String::FlexMatch
Tony Bowden <[email protected]> Mon, 8 Sep 2003 18:34:22 +0100
| Newsgroups | gmane.comp.lang.perl.code-review-ladder |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Sep 08, 2003 at 06:02:54PM +0100, Fergal Daly wrote: > It struck me that you may be getting the impression that is_deeply() only > recurses 1 level down. This is a very valid interpretation of the docs Nope - not at all :) Just that it doesn't (and shouldn't) go below the level of scalars. It should just get the two scalars at the relevant part of each structure (no matter how far down they are) and do an is() on them. > So is that it or is it "on with round n"? Round 'n' can wait until tomorrow morning for me - Belfast.pm meeting beckons... Tony