----- Original Message ----- From: "rahed" <[EMAIL PROTECTED]>
.
.
The tests were ok and I can run the module to unzip files. I also
installed the module on another machine but when running the unzip
function from the module I keep getting the message

cannot find either  or .zip

This error comes from process.c in the unzip-5.52 source.


as if no zip file was passed. The perl version is same, I haven't been
able to find what's wrong.


Having followed the same hack as you outlined, I get essentially the same.
However, for me 'dmake test' fails half of its tests - because t/foo.zip does not get extracted. I expect it doesn't get extracted because it can't be found - as indicated by the "cannot find either or .zip" error (which is produced whenever the Archive::Unzip::Burst::unzip function is run).

With both of the Archive::Unzip::Burst test scripts, I fond that the first 2 tests pass, but the last 2 fail because the blah directory (which does get created) is empty.

Your hack has managed to compile the module ... but (for me, at least) there's still something not right.

Cheers,
Rob

Reply via email to