Add missing module to Cache::CHI. Fix tests to add a cache config if the current config file does not have one.
This commit is contained in:
parent
dbca5b31d9
commit
4a9a46f328
2 changed files with 5 additions and 1 deletions
|
|
@ -2,6 +2,7 @@ package WebGUI::Cache::CHI;
|
|||
|
||||
use strict;
|
||||
use base 'WebGUI::Cache';
|
||||
use File::Temp qw/tempdir/;
|
||||
use CHI;
|
||||
|
||||
=head1 NAME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue