[Catalyst-commits] r11557 - in
Catalyst-Plugin-Session-Store-Memcached/trunk: .
lib/Catalyst/Plugin/Session/Store
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Fri Oct 16 14:34:40 GMT 2009
Author: rafl
Date: 2009-10-16 14:34:39 +0000 (Fri, 16 Oct 2009)
New Revision: 11557
Modified:
Catalyst-Plugin-Session-Store-Memcached/trunk/Changes
Catalyst-Plugin-Session-Store-Memcached/trunk/lib/Catalyst/Plugin/Session/Store/Memcached.pm
Log:
Version 0.04.
Modified: Catalyst-Plugin-Session-Store-Memcached/trunk/Changes
===================================================================
--- Catalyst-Plugin-Session-Store-Memcached/trunk/Changes 2009-10-16 14:34:17 UTC (rev 11556)
+++ Catalyst-Plugin-Session-Store-Memcached/trunk/Changes 2009-10-16 14:34:39 UTC (rev 11557)
@@ -1,3 +1,6 @@
+0.04 2009-10-16
+ - Port to new session config key
+
0.03 2009-02-08
- Switch Module::Build to Module::Install
- Switch from NEXT to MRO::Compat
Modified: Catalyst-Plugin-Session-Store-Memcached/trunk/lib/Catalyst/Plugin/Session/Store/Memcached.pm
===================================================================
--- Catalyst-Plugin-Session-Store-Memcached/trunk/lib/Catalyst/Plugin/Session/Store/Memcached.pm 2009-10-16 14:34:17 UTC (rev 11556)
+++ Catalyst-Plugin-Session-Store-Memcached/trunk/lib/Catalyst/Plugin/Session/Store/Memcached.pm 2009-10-16 14:34:39 UTC (rev 11557)
@@ -12,7 +12,7 @@
use Cache::Memcached::Managed;
use Catalyst::Exception;
-our $VERSION = '0.03';
+our $VERSION = '0.04';
__PACKAGE__->mk_classdata($_)
for qw/_session_memcached_storage _session_memcached_arg_fudge/;
More information about the Catalyst-commits
mailing list