X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fbasic.t;h=a356a94d298e192d62e2784958520ed5cc847642;hb=d18c37f312ffdc7c85351dd430fc09277dd9a9e1;hp=5a873a91815ad6b2fd07d643a315410c4384dbc2;hpb=0ba5145c76b5216507c14cb325a13271e47a1b81;p=catagits%2FCatalyst-Plugin-Cache.git diff --git a/t/basic.t b/t/basic.t index 5a873a9..a356a94 100644 --- a/t/basic.t +++ b/t/basic.t @@ -20,7 +20,7 @@ use Catalyst::Plugin::Cache::Backend::Memory; ### the previous code simply ignored a croak ### this is still in line with the documentation. my %config = ( - cache => { + 'Plugin::Cache' => { backend => { class => 'Catalyst::Plugin::Cache::Backend::Memory', }