shogo82148 / Redis-Fast

fast perl binding for Redis database
https://metacpan.org/release/Redis-Fast
Other
25 stars 21 forks source link

install URI.pm explicitly #131

Closed shogo82148 closed 2 years ago

shogo82148 commented 2 years ago

Redis::Fast doesn't depend to URI directly, however install it explicitly. because cpm sometimes installs old version of URI (v1.72 released on 2011, the latest is v5.10).