The maintainer of this distribution is looking for people to help them improve this module!
If you're interested then please contact them via
email.
Changes for version 1.029_02 - 2016-02-11
DEVELOPMENT VERSION - don't use this
Fix RT#111455: unable to use -x and -u with pp RT#110480: Unpacking exe: File exists
Do not add %Preload dependencies of "-M" arguments to the list of input files, this causes several problems (and doesn't gain anything).
Move detection of libraries that should be embedded into myldr/boot from myldr/Makefile.PL into myldr/embed_files.pl. Get rid of second guessing at least on platforms where we know how to determine the shared libraries required by an executable:
use "ldd" on Linux, Solaris and BDSs
use "otool -L" on Mac OS X if available
use "objdump -ax" on Windows if available (Mingw toolchain)
Link myldr/boot only with what's actually required.
file2c.pl: switch back from array of unsiged to (hex encoded) strings. At least for gcc, the former is much harder on the compiler, both in CPU time and memory consumption.