[Jifty-commit] r6605 - in jifty/trunk: lib/Jifty

Jifty commits jifty-commit at lists.jifty.org
Tue Mar 17 10:57:48 EDT 2009


Author: alexmv
Date: Tue Mar 17 10:57:36 2009
New Revision: 6605

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

Log:
 r43244 at kohr-ah:  chmrr | 2009-03-17 10:20:09 -0400
 Ensure that jifty's core actions are loaded at compile-time


Modified: jifty/trunk/lib/Jifty/Everything.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Everything.pm	(original)
+++ jifty/trunk/lib/Jifty/Everything.pm	Tue Mar 17 10:57:36 2009
@@ -40,6 +40,8 @@
 use Jifty::Record ();
 use Jifty::Collection ();
 use Jifty::Action ();
+use Jifty::Action::Autocomplete ();
+use Jifty::Action::Redirect ();
 use Jifty::Action::Record ();
 use Jifty::Action::Record::Create ();
 use Jifty::Action::Record::Update ();


More information about the Jifty-commit mailing list