Fri Apr 14 19:09:59 2017: Request 121128 was acted upon.
Transaction: Correspondence added by RSCHUPP
       Queue: Module-ScanDeps
     Subject: Test failures on Cygwin
   Broken in: (no value)
    Severity: (no value)
       Owner: Nobody
  Requestors: kbr...@cornell.edu
      Status: new
 Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=121128 >


On 2017-04-14 17:41:52, kbr...@cornell.edu wrote:
> I just installed Module::ScanDeps 1.23 on Cygwin (both 32-bit and 64-
> bit) and had a couple of test failures:

Probably harmless.
But can you patch t/10-case-insensitive-keys.t

...
# Functional i/f
my $rv1 = scan_deps(@roots1);
#use Data::Dump qw(dump);
#print dump($rv1), "\n";
...

like so:

...
# Functional i/f
my $rv1 = scan_deps(@roots1);
use Data::Dumper;
print STDERR "\n", Dumper($rv1);
...

then run

  make test TEST_VERBOSE=1 TEST_FILES=t/10-case-insensitive-keys.t

and attach its stdout/stderr.

Cheers, Roderich

Reply via email to