companieshouse / MojoX-Plugin-AnyCache

Mojolicious cache plugin
Other
0 stars 3 forks source link

Remove memcached/redis dependencies #1

Open ian-kent opened 10 years ago

ian-kent commented 10 years ago

Dist::Zilla detects memcached and redis as dependencies because they're used in the cache backend modules.

Tried using this in dist.ini but it didn't work:

[AutoPrereqs]
skip = ^Cache::Memcached
skip = ^Mojo::Redis

It still works, but installs unnecessary modules.