Subject: | No pass reports |
See http://matrix.cpantesters.org/?dist=Persistent-LDAP+0.50 --- there are no pass reports on CPAN Testers. On my smoker systems it fails like this:
...
Output from '/usr/bin/make test':
PERL_DL_NONLAZY=1 "/usr/perl5.28.1Dp/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
An exception occurred: Connection refused at t/common.pl line 66.
t/00pre.t .....
Failed 1/2 subtests
...
Additionally it seems that prereqs are not declared. If these are missing then the test output looks like this:
...
Persistent::Base .............** FAILED **
Can't locate Persistent/Base.pm in @INC (you may need to install the Persistent::Base module) (@INC contains: /var/tmp/cpansmoker-1023/2020030809/CPAN-Reporter-lib-oHl3 /opt/perl-5.30.0t/lib/site_perl/5.30.0/x86_64-linux-thread-multi /opt/perl-5.30.0t/lib/site_perl/5.30.0 /opt/perl-5.30.0t/lib/5.30.0/x86_64-linux-thread-multi /opt/perl-5.30.0t/lib/5.30.0 .) at Makefile.PL line 87.
Persistent::Base version 0.50 or later is required for this module
Net::LDAP ....................** FAILED **
Can't locate Net/LDAP.pm in @INC (you may need to install the Net::LDAP module) (@INC contains: /var/tmp/cpansmoker-1023/2020030809/CPAN-Reporter-lib-oHl3 /opt/perl-5.30.0t/lib/site_perl/5.30.0/x86_64-linux-thread-multi /opt/perl-5.30.0t/lib/site_perl/5.30.0 /opt/perl-5.30.0t/lib/5.30.0/x86_64-linux-thread-multi /opt/perl-5.30.0t/lib/5.30.0 .) at Makefile.PL line 87.
Net::LDAP version 0.13 or later is required for this module
****************************************************************************
You are missing some modules that are needed for these modules
to work correctly. Read the above messages and download any required
modules from http://www.perl.com/CPAN
****************************************************************************
...