Skip Menu |

This queue is for tickets about the IPC-LDT CPAN distribution.

Report information
The Basics
Id: 39722
Status: open
Priority: 0/
Queue: IPC-LDT

People
Owner: Nobody in particular
Requestors: user42 [...] zip.com.au
Cc:
AdminCc:

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



Subject: self-tests failing in perl 5.10
Date: Wed, 01 Oct 2008 09:31:56 +1000
To: bug-IPC-LDT [...] rt.cpan.org
From: Kevin Ryde <user42 [...] zip.com.au>
With the debian packaged perl 5.10.0 "make test" fails with Not a HASH reference at /tmp/IPC-LDT-2.03/blib/lib/IPC/LDT.pm line 498. (in cleanup) Not a HASH reference at /tmp/IPC-LDT-2.03/blib/lib/IPC/LDT.pm line 529. Nosing around I wondered if perl has broken it by taking away associative arrays, but perhaps the problem is something simpler.
On 2008-09-30 19:32:52, user42@zip.com.au wrote: Show quoted text
> With the debian packaged perl 5.10.0 "make test" fails with > > Not a HASH reference at /tmp/IPC-LDT-2.03/blib/lib/IPC/LDT.pm line > 498. > (in cleanup) Not a HASH reference at /tmp/IPC-LDT- > 2.03/blib/lib/IPC/LDT.pm line 529. > > Nosing around I wondered if perl has broken it by taking away > associative arrays, but perhaps the problem is something simpler.
Probably it the pseudo hashes implementation which is gone with 5.10 and which this module seems to depend on.