[jifty-devel] MCPAN install jifty: Joy in Mudville

donald d.menken at sbcglobal.net
Wed Nov 4 10:55:51 EST 2009


My thanks to Jesse and Shawn for steering me to a successful install of 
Jifty.

[donald at localhost ~]$ jifty
    action - add an action class to your jifty application
    adopt - localize a stock jifty component
    app - create the skeleton of a jifty application
    env - access the jifty environment
    fastcgi - a fastcgi server for your jifty application
    help - show help
    modperl2 - a modperl2 handler for your jifty app.
    model - add a model class to your jifty application
    plugin - create the skeleton of a jifty plugin
    po - extract translatable strings from your application
    schema - create sql to update or create your jifty app's tables
    script - add a new jifty script to your jifty application
    server - a standalone webserver for your jifty application

Now that I have a functioning system (with good documentation) I think I 
can climb at least partway up the hill alone. (I hope so, anyway.)

I did notice some warning flags raised after forcing the install of 
Email::MIME::CreateHTML, which FWIW I have included below.

Thanks again,
	Don



t/TestApp-Plugin-PasswordAuth/t/00-model-User.t ........ 1/24 ERROR - 
There was a validation error for color
WARN - Use of uninitialized value $this in pattern match (m//) at 
t/TestApp-Plugin-PasswordAuth/t/00-model-User.t line 75.
ERROR - There was a validation error for password
ERROR - There was a validation error for password

t/TestApp-Plugin-PasswordAuth/t/12-i18n.t .............. 4/7 Uncaught 
warning: username isn't a valid field for 
TestApp::Plugin::PasswordAuth::Action::Login=HASH(0x5080298) at 
/root/.cpan/build/Jifty-0.90701-harRR_/blib/lib/Jifty/Test.pm line 623.
Uncaught warning: username isn't a valid field for 
TestApp::Plugin::PasswordAuth::Action::Login=HASH(0x50fe800) at 
/root/.cpan/build/Jifty-0.90701-harRR_/blib/lib/Jifty/Test.pm line 623.
Uncaught warning: username isn't a valid field for 
TestApp::Plugin::PasswordAuth::Action::Login=HASH(0x4547228) at 
/root/.cpan/build/Jifty-0.90701-harRR_/blib/lib/Jifty/Test.pm line 623.

t/TestApp/t/before_access.t ............................ 1/4 ERROR - 0 
tried to create a TestApp::Model::User without permission

HOWEVER:
All tests successful.
Files=110, Tests=1878, 267 wallclock secs ( 0.85 usr  0.36 sys + 214.27 
cusr 30.36 csys = 245.84 CPU)
Result: PASS


More information about the jifty-devel mailing list