From: Yuval Kogman Date: Fri, 5 Oct 2007 21:49:12 +0000 (+0000) Subject: unmanaged X-Git-Tag: v0.05~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Cache.git;a=commitdiff_plain;h=bd2e2f727615b80aeae2b0b443c7efb40885e305 unmanaged --- diff --git a/lib/Catalyst/Plugin/Cache.pm b/lib/Catalyst/Plugin/Cache.pm index 78fe084..c956bcc 100644 --- a/lib/Catalyst/Plugin/Cache.pm +++ b/lib/Catalyst/Plugin/Cache.pm @@ -493,7 +493,7 @@ Instantiate a backend from a L compatible class. E.g. }; $c->config->{cache}{backends}{large_things} = { - class => "Cache::Memcached::Managed", + class => "Cache::Memcached", data => '1.2.3.4:1234', };