Subject: | Undeclared dependency AppConfig and failing pod coverage |
t/00-load.........
# Failed test 'use WWW::Modbot;'
# at t/00-load.t line 6.
# Tried to use 'WWW::Modbot'.
# Error: Can't locate AppConfig.pm in @INC (@INC contains:
/home/sand/.cpan/build/WWW-Modbot-0.01-cyVct8/blib/lib
/home/sand/.cpan/build/WWW-Modbot-0.01-cyVct8/blib/arch
/home/sand/.cpan/build/WWW-Modbot-0.01-cyVct8/blib/lib
/home/sand/.cpan/build/WWW-Modbot-0.01-cyVct8/blib/arch
/usr/local/perl-5.10-uld/lib/5.10.0/x86_64-linux-ld
/usr/local/perl-5.10-uld/lib/5.10.0
/usr/local/perl-5.10-uld/lib/site_perl/5.10.0/x86_64-linux-ld
/usr/local/perl-5.10-uld/lib/site_perl/5.10.0) at
/home/sand/.cpan/build/WWW-Modbot-0.01-cyVct8/blib/lib/WWW/Modbot.pm line 5.
Besides that, when people have Pod::Coverage installed, I see that cpan
testers get other failing tests too:
t/pod-coverage....Subroutine function1 redefined at
lib/WWW/Modbot/Userbase.pm line 39.
Subroutine function2 redefined at lib/WWW/Modbot/Userbase.pm line 46.
Subroutine function1 redefined at lib/WWW/Modbot/UserMemory.pm line 39.
Subroutine function2 redefined at lib/WWW/Modbot/UserMemory.pm line 46.
# Failed test 'Pod coverage on WWW::Modbot::Archive::HTTP'
HTH && Thanks!