Hi all, I'm a happy user of PAR during the last 3 years (thank you!, awesome work). I'm using it to create and deploy an .exe file.
I'm now migrating the PAR-packaging machine from Windows7/ActiveState Perl 5.10 to Windows7/Strawberry Perl 5.20 and I have some issues with the dependencies... After some analysis work, saw that in Strawberry I need to pass the parameter: -I lib -l libxml2-2_.dll to work with XML files. (not sure why it wasn't needed with ActiveState Perl :-?) Now, I have some issues with LWP::Protocol::http.pm ... perhaps related to SSL (https) and the need to pass another DDL to pp. So, I wondering if exists a way to detect the missing Libs and how they are called in Strawberry Perl. The .pl works well. Thanks a lot for any light. Peco
