Re: eq_or_diff versus is_deeply

2008-08-04 Thread Fergal Daly
2008/8/4 Ovid <[EMAIL PROTECTED]>: > There's a nasty bug in the latest development version of Test::Differences. > By applying a patch which allows this to pass (it currently won't): > > eq_or_diff { foo => 1 }, { foo => '1' }; > > It also allows this to pass: > > eq_or_diff [ { foo => 1 } ], {

eq_or_diff versus is_deeply

2008-08-04 Thread Ovid
There's a nasty bug in the latest development version of Test::Differences. By applying a patch which allows this to pass (it currently won't): eq_or_diff { foo => 1 }, { foo => '1' }; It also allows this to pass: eq_or_diff [ { foo => 1 } ], { foo => '1' }; Ow, ow, ow. This is terrible.