Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PAR doesn't know about DLL dependencies. One needs to explicitly tell it which DLLs to include in the build. Without those DLLs HTTP::Tinyish skipped LWP and HTTP::Tiny because those DLLs were missing for SSL support. It then chose the Curl backend. That contained a bug, which messed up the downloaded content by converting CRLF -> LF. That is now fixed in miyagawa/HTTP-Tinyish#24 We need to explicitly use PAR::Packer 1.057 and not the latest version, because of another bug that causes Dynaloader to fail to find the included DLLs and thus the user observing the same failure mode. See rschupp/PAR-Packer#86
- Loading branch information