parl uses hard baked path to Archive::Zip

2006-02-15 Thread IvorW
I've encountered this on a Solaris system. True, it's obscure, owing to the way in which software development is done in the client organisation where I am working. $ pp foo.pl -o foo Can't open /vobs/tools/3rd-party/CPAN/lib/Archive/Zip.pm: No such file or directory at -e line 514. $ It so

Re: parl uses hard baked path to Archive::Zip

2006-02-15 Thread Steffen Mueller
Hi Ivor, IvorW wrote: In my opinion, the code should look in PERL5LIB paths if it doesn't find the files. An alternative is to provide a command option to pp to force it to use par.pl instead of parl. I'll put a patch together for either or both of these options if people consider it