[Jifty-commit] r667 -

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sun Mar 5 03:41:40 EST 2006


Author: jesse
Date: Sun Mar  5 03:41:40 2006
New Revision: 667

Modified:
   /   (props changed)
   jifty/trunk/lib/Jifty/Record.pm

Log:
 r25584 at truegrounds:  jesse | 2006-03-05 00:33:09 -0800
 * Backed Record off to depending on J::DBI::Record by default


Modified: jifty/trunk/lib/Jifty/Record.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Record.pm	(original)
+++ jifty/trunk/lib/Jifty/Record.pm	Sun Mar  5 03:41:40 2006
@@ -15,7 +15,8 @@
 =cut
 
 use base qw/Jifty::Object/;
-use base qw/Jifty::DBI::Record::Memcached/;
+use base qw/Jifty::DBI::Record/;
+
 
 sub _init {
     my $self = shift;


More information about the Jifty-commit mailing list