Skip Menu |

This queue is for tickets about the Tie-MLDBM CPAN distribution.

Report information
The Basics
Id: 2418
Status: new
Priority: 0/
Queue: Tie-MLDBM

People
Owner: Nobody in particular
Requestors: gabor [...] perl.org.il
Cc:
AdminCc:

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



Subject: test with temporary file fails
When installing Tie::MLDBM make test fails with the following error message: If I replace the $filename with the same value as was randomly generated then it works. I am not sure if this is the problem of this module or my system (using SuSE Linux). Hardcoding the value in the $filename variable fixes the problem. notebook:~/.cpan/build/Tie-MLDBM-1.04 # make test PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-Tie-MLDBM.......................ok 1/2Tie::MLDBM->TIEHASH : Failed to tie second level hash object - at t/00-Tie-MLDBM.t line 40 # Looks like you planned 2 tests but only ran 1. # Looks like your test died just after 1. t/00-Tie-MLDBM.......................dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 2