Skip Menu |

This queue is for tickets about the ldapsh CPAN distribution.

Report information
The Basics
Id: 91485
Status: new
Priority: 0/
Queue: ldapsh

People
Owner: Nobody in particular
Requestors: ssb [...] umn.edu
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: make test bombs within cpan: Could not find a configuration file
Date: Tue, 17 Dec 2013 16:05:41 -0600
To: bug-ldapsh [...] rt.cpan.org
From: Scott Bertilson <ssb [...] umn.edu>
I tried to install Net::LDAP::Shell using cpan and it failed because the "make test" failed: Running make test PERL_DL_NONLAZY=1 /swadm/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00source-tests.t .. Could not find a configuration file. Please create one of: examples/ldapsh_profile /etc/ldapsh_config /usr/local/etc/ldapsh_config examples/ldapsh_profile /swadm/src/CPAN/.ldapsh_config t/00source-tests.t .. Dubious, test returned 14 (wstat 3584, 0xe00) Failed 4/4 subtests Wonder if t/00source-tests.t should specify: my $infile = "examples/ldapsh_config"; rather than: my $infile = "examples/ldapsh_profile"; since the former is in the "examples" directory but the latter is not. Thanks, Scott