28 Dec
2012
28 Dec
'12
3:08 p.m.
Hi, I'm still working on upgrading Dancer::Plugin::Redis. 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 ! so I need to be backward compatible to do that : register redis => sub { shift if dancer_version >= 1.99 ... } But it failed because 1.9999_02 is not numeric ! so I use the "ge" but it is not very great.