The intention was not to require Cache::FastMmap for CHI, but to have it
be an optional requirement only if that driver were used.
CHI::Driver::FastMmap should probably be in its own distro in the long
run, like CHI::Driver::Memcached.
For now I've added this to the docs for CHI::Driver::FastMmap:
=head1 REQUIREMENTS
You will need to install L<Cache::FastMmap|Cache::FastMmap> from CPAN
to use this driver.
On Wed Mar 24 21:22:38 2010, RSAVAGE wrote:
Show quoted text> Hi Folks
>
> Firstly, Cache::FastMmap is not listed as a requirement (for
> CHI::Driver::FastMMap) in META.yml.
> This means cpanm does not install Cache::FastMmap.
>
> Secondly, that module, and perhaps others, does not have something like:
> our $VERSION = '0.34';
> at the top.
>
> Cheers
> Ron