|
How can I add an empty directory to a ZIP file using Archive::ZIP? I would like to use addTree to add all files and directories regardless of whether files exist in the directories. Java's JAR command supports adding empty directories. What is the equivalent in Perl?
|