[Jifty-commit] r668 -

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


Author: jesse
Date: Sun Mar  5 03:41:45 2006
New Revision: 668

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

Log:
 r25585 at truegrounds:  jesse | 2006-03-05 00:34:00 -0800
 * Made Jifty::Handle a little less heavyweight


Modified: jifty/trunk/lib/Jifty/Handle.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Handle.pm	(original)
+++ jifty/trunk/lib/Jifty/Handle.pm	Sun Mar  5 03:41:45 2006
@@ -14,7 +14,7 @@
 
 =cut
 
-use Jifty::Everything;
+use Jifty::Util;
 our @ISA;
 
 =head1 METHODS
@@ -103,6 +103,7 @@
 sub check_schema_version {
     my $appv
         = version->new( Jifty->config->framework('Database')->{'Version'} );
+    require Jifty::Model::Schema;
     my $dbv = Jifty::Model::Schema->new->in_db;
     die
         "Schema has no version in the database; perhaps you need to run this:\n\t bin/jifty schema --setup\n"


More information about the Jifty-commit mailing list