Problem with processname in processlist and $0 variable in Linux

2006-08-05 Thread Andreas Hartmann
Hello, I've got a big problem with par programs, started on linux. The processnmame in /proc/self/cmdline is wrong. The processname in the $0-variable is wrong, two. I tested several versions of par against several versions of perl. The test was easy: The PAR-program was located in the path (bui

Re: PAR::Repository

2006-08-05 Thread Steffen Mueller
Hi list, developer releases of PAR 0.949_01, PAR::Dist 0.15_01 and most importantly both PAR::Repository 0.01_01 and PAR::Repository::Client 0.01_01 are now on CPAN. The releases contain quite a bit of new code (if you count the repository modules, comfortably more than a thousand lines), so

Re: use PAR 'foo.par' broken?

2006-08-05 Thread Steffen Mueller
Hi Glenn, hi list, I've found the error! PAR::Heavy::_bootstrap was calling PAR::find_par to search opened pars for binary components. For the deferred loading (fallback => 1), I introduced find_par_last which is inserted into @INC at the end as opposed to find_par which is inserted at the fro