[Catalyst-commits] r6961 -
trunk/Catalyst-Plugin-Cache/lib/Catalyst/Plugin
nothingmuch at dev.catalyst.perl.org
nothingmuch at dev.catalyst.perl.org
Fri Oct 5 22:49:12 GMT 2007
Author: nothingmuch
Date: 2007-10-05 22:49:12 +0100 (Fri, 05 Oct 2007)
New Revision: 6961
Modified:
trunk/Catalyst-Plugin-Cache/lib/Catalyst/Plugin/Cache.pm
Log:
unmanaged
Modified: trunk/Catalyst-Plugin-Cache/lib/Catalyst/Plugin/Cache.pm
===================================================================
--- trunk/Catalyst-Plugin-Cache/lib/Catalyst/Plugin/Cache.pm 2007-10-05 18:41:08 UTC (rev 6960)
+++ trunk/Catalyst-Plugin-Cache/lib/Catalyst/Plugin/Cache.pm 2007-10-05 21:49:12 UTC (rev 6961)
@@ -493,7 +493,7 @@
};
$c->config->{cache}{backends}{large_things} = {
- class => "Cache::Memcached::Managed",
+ class => "Cache::Memcached",
data => '1.2.3.4:1234',
};
More information about the Catalyst-commits
mailing list