in reply to Does Data::Dumper give you eye strain? Use Test::More::is_deeply() for debugging!
Try using Data::Dump::Streamer instead. Its much easier to read than DD is. Also, a newly released module called Test::Struct was put together explicitly to allow for testing fine grained differences which is_deeply() will not pick up. (Actually is_deeply is horribly named, it doesnt really do a deep comparison at all.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Does Data::Dumper give you eye strain? Use Test::More::is_deeply() for debugging!
by ChemBoy (Priest) on Jul 20, 2005 at 20:37 UTC | |
by demerphq (Chancellor) on Jul 20, 2005 at 23:59 UTC | |
by fergal (Chaplain) on Jul 21, 2005 at 00:12 UTC |