in reply to Re: sub any
in thread sub any
When I got this error I found that List::MoreUtils::any() was clashing with Test::Deep::any()... Which is a shame because
Test::Deep::any() is designed to be be used only inside cmp_deeply() as a special comparison tool.