Hi Markus,
Markus Jansen wrote:
I have run into a defect others (e.g. Scott Stanton in May 2008) have
experienced before.
The symptom is "Can't locate IO/file.pm in @INC ..." when calling pp.
In short, PAR::StrippedPARL::Base.pm::wirte_parl uses the current's Perl @INC
members
as -I"<inc_dir>" as input to the freshly unpacked parl as part of the
compilation process.
Unfortunately, the quotes render this input completely useless (and is not
needed since @args
is later on passed to system() as array.
wow, that's quite the embarrassing oversight on my part. Thanks for
diagnosing and fixing it! I applied the patch to PAR::Packer trunk and
will release a new developer version shortly.
Best regards,
Steffen