Subject: | extractTree() to unspecified current dir breaks on Unix |
Archive-Zip-1.05, perl 5.6.1, Linux nazgul 2.4.18 #5 Tue Apr 23 12:48:36 EDT 2002 i686 unknown unknown GNU/Linux
A line like this, which is meant to extract to the current directory:
$status = $zip->extractTree();
seems to fail because extractTree generating a bogus current path to extract to. As a result, files like "foo.txt" inside the zip file get created as hidden ".foo.txt" files. This patch should resolve the problem.
Message body not shown because it is not plain text.