[jifty-devel] need help with command-line scripting

Stanislav Sinyagin ssinyagin at yahoo.com
Tue Jan 8 04:05:28 EST 2008



----- Original Message ----
> From: Shawn M Moore <sartak at bestpractical.com>

> Yeah, Jifty takes everything RT's framework did and cranks the notch
> from six to ten. :)


are there any plans to move RT to Jifty?
Has someone started writing "Jifty in a nutshell" book? ;-)


> If you replace:
> 
>     use Jifty;
>     
> with: 
> 
>     use Jifty::Everything;
>     BEGIN { Jifty->new }
> 
> it should work. I'm not sure if Jifty->new is required to be in a BEGIN
> block, but it's how I use it.


actually Jifty->new() was sufficient in the main body, no need for BEGIN block.
By the way, the following construct didn't work for some reason:

my $j = new Jifty();








More information about the jifty-devel mailing list