[Catalyst-commits] r7360 -
trunk/Catalyst-Plugin-Session-Store-FastMmap/lib/Catalyst/Plugin/Session/Store
karpet at dev.catalyst.perl.org
karpet at dev.catalyst.perl.org
Wed Jan 9 14:28:11 GMT 2008
Author: karpet
Date: 2008-01-09 14:28:11 +0000 (Wed, 09 Jan 2008)
New Revision: 7360
Modified:
trunk/Catalyst-Plugin-Session-Store-FastMmap/lib/Catalyst/Plugin/Session/Store/FastMmap.pm
Log:
fix rt 32163 for compatability with C3
Modified: trunk/Catalyst-Plugin-Session-Store-FastMmap/lib/Catalyst/Plugin/Session/Store/FastMmap.pm
===================================================================
--- trunk/Catalyst-Plugin-Session-Store-FastMmap/lib/Catalyst/Plugin/Session/Store/FastMmap.pm 2008-01-07 15:49:53 UTC (rev 7359)
+++ trunk/Catalyst-Plugin-Session-Store-FastMmap/lib/Catalyst/Plugin/Session/Store/FastMmap.pm 2008-01-09 14:28:11 UTC (rev 7360)
@@ -2,8 +2,8 @@
use strict;
use base qw/
+ Class::Accessor::Fast
Class::Data::Inheritable
- Class::Accessor::Fast
Catalyst::Plugin::Session::Store/;
use NEXT;
More information about the Catalyst-commits
mailing list