Fergal Daly wrote:
> There are patches in the archives for this and a couple of other bugs but
> they were submitted along with another change that wasn't acceptable so they
> were never applied. A search for is_deeply should find the patches and a
> long argument,

I found some stuff about is_deeply() and stringified references, but it
doesn't look to me to be the same thing.  the problem I am describing is the
difference specifically between an empty string and undef.

  is_deeply([''],[undef]);

improperly says that the two arrays are equal.

  is_deeply(['foo'],[undef]);

behaves as expected.

am I missing something is the discussion?

--Geoff

Reply via email to