<html><body><div style="font-family: times new roman, new york, times, serif; font-size: 12pt; color: #000000"><div>Hi, I'm still working on upgrading Dancer::Plugin::Redis.<br></div><div><br></div><div>And the think I have seen and missing in all module I have look and say compatible with dancer2 is that the 'register' pass 'DSL' as a first args !<br></div><div><br></div><div>so I need to be backward compatible to do that :<br></div><div><br></div><div>register redis =&gt; sub {<br></div><div>&nbsp; shift if dancer_version &gt;= 1.99<br></div><div>&nbsp; ...<br></div><div>}<br></div><div><br></div><div>But it failed because 1.9999_02 is not numeric !<br></div><div><br></div><div>so I use the "ge" but it is not very great.<br></div><div><br></div><div><br></div></div></body></html>