Error in 04-lazy.t with latest Test::More

[prev] [thread] [next] [Date index for 2005/07/12]

From: Matt S Trout
Subject: Error in 04-lazy.t with latest Test::More
Date: 17:13 on 12 Jul 2005
Having upgraded Test::More 0.60, the following test (from 04-lazy.t) -

ok(eq_set([ sort Lazy->columns('All') ], [qw/eep oop opop orp this that/]),
        "All");

is failing against 0.96. Changing

sort Lazy->columns('All')

to

sort { map $_->name } Lazy->columns('All')

fixes it, but I don't have time to figure out what the underlying issue is
- this was reported to me by Phil Crow due to the copy imported into
Class::DBI::Sweet failing, but I'm wayyy snowed at the moment.

        -- 
             Matt S Trout           Website: http://www.shadowcatsystems.co.uk
  Technical Director        E-mail:  mst (at) shadowcatsystems.co.uk
Shadowcat Systems Ltd.

Error in 04-lazy.t with latest Test::More
Matt S Trout 17:13 on 12 Jul 2005

Re: Error in 04-lazy.t with latest Test::More
Tony Bowden 17:12 on 12 Jul 2005

Generated at 16:38 on 28 Jul 2005 by mariachi v0.52