Hello,
This is for whoever is now updating PAR-Packer. Steffen?
I am running tests from a Windows XP command prompt, perl 5.8.8.
I am testing PAR-Packer-0.970 in a directory that has a space in the
path name.
I am using "nmake".
I can trace failures to two errors in the tests.
The first is an oversight. Please change contrib/automated_pp_test.pl
line 274 from
return;
to
return $par_temp;
The second is the additional double quotes in the line shown below.
Please change t/30-current_exec.t line 37 from
system( "$PP -o \"$EXEC\" \"$test_proc\"" );
to
system( "\"$PP\" -o \"$EXEC\" \"$test_proc\"" );
It is needed because while testing, the fully qualified path name ($PP)
could have blank spaces in it.
There is more but it is the subject of another email, which will soon
follow.
Thanks