Subject: | is it a bug on Driver File class? |
Date: | Mon, 13 Oct 2008 13:48:12 +0800 |
To: | bug-CGI-Application-Plugin-CHI [...] rt.cpan.org |
From: | "黄叶" <hylinux [...] gmail.com> |
Hi, I found in document have this example:
package My::WebApp;
use strict;
use warnings;
use base 'CGI::Application';
use CGI::Application::Plugin::CHI;
__PACKAGE__->cache_config( { driver => 'File', cache_root =>
'/path/to/nowhere' } );
but when I use this "cache_config" method, for driver "File",
the cache_root will not effect.
I check the document about the CHI,
I think that parameter is "root_dir".
is it a bug?
thanks
Mike.G