[jifty-devel] A jifty console.

Andreas J. Koenig andreas.koenig.7os6VVqR at franz.ak.mind.de
Sat May 19 13:25:43 EDT 2007


>>>>> On Sat, 19 May 2007 23:15:53 +0800, Kang-min Liu <gugod at gugod.org> said:

  > I've just checked in a "console" for jifty application (lib/Jifty/
  > Script/Console.pm).

% svn diff -r 3258:3259 Makefile.PL
Index: Makefile.PL
===================================================================
--- Makefile.PL (revision 3258)
+++ Makefile.PL (revision 3259)
@@ -131,6 +131,10 @@
         recommends('Cache::FileCache'),
         recommends('LWPx::ParanoidAgent'),
     ],
+    'Jifty console' => [
+        -default => 1,
+        recommands('Devel::ExtContext')
+    ],
 );

So what is that Devel::ExtContext thing?

And why does it default to 1? Most other features are set to 0.

-- 
andreas


More information about the jifty-devel mailing list