[jifty-devel] A jifty console.

Kevin Falcone falcone at bestpractical.com
Mon May 21 12:24:20 EDT 2007


On May 19, 2007, at 1:25 PM, Andreas J. Koenig wrote:

>>>>>> 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.

I fixed the module name, but I'm not sure about what the default  
should be.

-kevin


More information about the jifty-devel mailing list