[jifty-devel] Class::Accessor::Named

Scott T. Hildreth shildreth at allantgroup.com
Fri Aug 25 13:30:12 EDT 2006


This may not be the appropriate list, but I am trying to install this
module from the Jifty install.  The tests are failing,

#########################################################################

PERL_DL_NONLAZY=1 /usr/local/perl-5.8.8/bin/perl5.8.8
"-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib',
'blib/arch')" t/00.load.t t/01-dependencies.t t/pod-coverage.t t/pod.t
t/00.load............ok 1/1# Testing Class::Accessor::Named
0.004            
t/00.load............ok                                                      
t/01-dependencies....Use of uninitialized value in substitution (s///)
at /usr/local/perl-5.8.8/lib/site_perl/5.8.8/PerlReq/Utils.pm line 29.
Use of uninitialized value in substitution (s///)
at /usr/local/perl-5.8.8/lib/site_perl/5.8.8/PerlReq/Utils.pm line 30.
Use of uninitialized value in hash element
at /usr/local/perl-5.8.8/lib/site_perl/5.8.8/Test/Dependencies.pm line
124.
t/01-dependencies....NOK
2                                                   
#   Failed test 'requires('') in Makefile.PL'
#   in t/01-dependencies.t at line 4.
t/01-dependencies....NOK
5                                                   
#   Failed test 'Hook::LexWrap is not a run-time dependency'
#   in t/01-dependencies.t at line 4.
t/01-dependencies....NOK
6                                                   
#   Failed test 'Sub::Name is not a run-time dependency'
#   in t/01-dependencies.t at line 4.
# Looks like you failed 3 tests of 6.
t/01-dependencies....dubious                                                 
        Test returned status 3 (wstat 768, 0x300)
DIED. FAILED tests 2, 5-6
        Failed 3/6 tests, 50.00% okay
t/pod-coverage.......ok                                                      
t/pod................ok                                                      
Failed Test         Stat Wstat Total Fail  Failed  List of Failed
--------------------------------------------------------------------------------------------------------------------------------------------------
t/01-dependencies.t    3   768     6    3  50.00%  2 5-6
Failed 1/4 test scripts, 75.00% okay. 3/9 subtests failed, 66.67% okay.

###############################################################################

If I run it in the debugger,

scotth# perl -d -Mblib t/01-dependencies.t 

Loading DB routines from perl5db.pl version 1.28
Editor support available.

Enter h or `h h' for help, or `man perldebug' for more help.

main::(t/01-dependencies.t:4):  ok_dependencies();
  DB<1> n
ok 1 - META.yml is present and readable
ok 2 - requires('Hook::LexWrap') in Makefile.PL
ok 3 - requires('Sub::Name') in Makefile.PL
ok 4 - requires('UNIVERSAL::require') in Makefile.PL
ok 5 - build_requires('Test::Dependencies') in Makefile.PL
1..5



...Any Ideas?  Is it okay to install (even though tests fail on the cpan
install)?



 
-- 
Scott T. Hildreth <shildreth at allantgroup.com>


More information about the jifty-devel mailing list