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 } ], {
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.