[email protected] (Steffen Mueller) writes:

>
>> Then a merge_par function dies with this message:
>>
>> Could not copy '/tmp/parxdotc/lib/Class/ErrorHandler.pm' to
>> '/tmp/parXyMCf/blib/lib/Class/ErrorHandler.pm': Permission denied at
>> /usr/local/lib/perl5/site_perl/5.8.8/PAR/Dist.pm line 714.
>>
>> The target ErrorHandler.pm is already there and has only a read
>> permission.
>
> That's somewhat strange. I tried exactly the steps you outlined above
> (but on one file system) using exactly the same modules and everything
> worked like a charm and the first .par now has the contents of both
> initial .par's. Can you show me the exact command with which you
> executed merge_par?

Actually (regarding contents) I tried to merge dist1 and dist2 into
dist1 like this:

merge_par($dist1,$dist1,$dist2);

Merging correctly dist2 into dist1 works:

merge_par($dist1,$dist2);

Thank you.

-- 
Radek

Reply via email to