<html><body><div style="font-family: times new roman, new york, times, serif; font-size: 12pt; color: #000000"><div>I'm trying (hardly trying) to upgrade Dancer::Plugin::Redis.<br></div><div><br></div><div>And I face to multiple issues.<br></div><div><br></div><div>First, the test unit doesn't work like before. Which complicate the test.<br></div><div><br></div><div>For example :<br></div><div><br></div><div>use Dancer::Test;<br></div><div>use TestApp;<br></div><div><br></div><div>dancer_response 'GET' =&gt; '/' =&gt; lead to 404<br></div><div><br></div><div>but it was working in Dancer1.<br></div><div><br></div><div>So I need to do :<br></div><div><br></div><div>use TestApp;<br></div><div>use Dancer::Test 'TestApp';<br></div><div><br></div><div>dancer_response 'GET' =&gt; '/' =&gt; 200<br></div><div><br></div><div>But if I test this with Dancer1 I have a warning message :<br></div><div><br></div><div>Odd number of assignement in Dancer::Test ...<br></div><div><br></div><div>So the Dancer::Test is not backward compatible, and work differently.<br></div><div><br></div><div>How can I fix this ?<br></div><div><br></div></div></body></html>