Subject: | JAR files are not recognized |
Archive::Any does not recognize JAR files because of their file extension. They are, however, just ZIP files, so if I rename them then Archive::Any::Zip will pick them up.
Ideally, recognition should be done on the signature of the file, rather than the extension thereof.
Ted