CC: | MSCHWERN [...] cpan.org |
Subject: | Test::More 0.85_01 bugfix broke your tests |
As the subject line says.
See
http://bbbike.radzeit.de/~slaven/cpantestersmatrix.cgi?dist=Search-QueryParser-SQL;maxver=
to watch how red is spreading as people upgrade to Test::More 0.86
This simple change fixes the tests:
use overload '""' => 'stringify';
use overload '""' => 'stringify', "fallback" => 1;
Hope this helps,
Thanks,