Skip Menu |

This queue is for tickets about the IP-Country-DB_File CPAN distribution.

Report information
The Basics
Id: 50983
Status: resolved
Priority: 0/
Queue: IP-Country-DB_File

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

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



Subject: Fails with 5.6.2
PERL_DL_NONLAZY=1 /usr/local/perl-5.6.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Unknown open() mode '<&' at /home/sand/.cpan/build/IP-Country-DB_File-1.02-9GK4Um/blib/lib/IP/Country/DB_File.pm line 148. It seems that 5.6.2 did not support this open mode and the matrix seems to confirm that 5.6.2 always fails: http://matrix.cpantesters.org/?dist=IP-Country-DB_File-1.02 If you cannot support 5.6.2 then please declare it as described in http://wiki.cpantesters.org/wiki/CPANAuthorNotes Thanks!
It seems that Perl 5.6 doesn't support the 3-argument form of open when duping file descriptors. This has been fixed in version 1.03.