[jifty-devel] question about some warnings and one failed test with the git version of jifty.

William Schaub wschaub at steubentech.com
Mon Dec 6 13:34:13 EST 2010


when I run make test on the git version of jifty I get this warning:
You inherit from non-Mouse class (Plack::Response), but it is unlikely 
to work correctly. Please consider using MouseX::Foreign at 
/usr/local/share/perl/5.10.1/Jifty/Response.pm line 19

The tests all run fine though except for t/10-i18n.t:
root at ldapslave1:/home/wschaub/jiftyapps/git/jifty# prove -b t/10-i18n.t
t/10-i18n.t .. You inherit from non-Mouse class (Plack::Response), but 
it is unlikely to work correctly. Please consider using MouseX::Foreign 
at /home/wschaub/jiftyapps/git/jifty/blib/lib/Jifty/Response.pm line 19
t/10-i18n.t .. 1/2
#   Failed test at t/10-i18n.t line 19.
#          got: '1950-01-01T00:00:00'
#     expected: '1950-01-01T00:00:00'
# Looks like you failed 1 test of 2.
t/10-i18n.t .. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests

Test Summary Report
-------------------
t/10-i18n.t (Wstat: 256 Tests: 2 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
Files=1, Tests=2,  6 wallclock secs ( 0.12 usr  0.02 sys +  4.24 cusr  
0.61 csys =  4.99 CPU)
Result: FAIL



Jifty seems to run fine though if I go ahead with the install. am I 
doing something wrong or is this a bug?


More information about the jifty-devel mailing list