> On Mon, Jun 16, 2003 at 02:52:03AM +1000, Anil Gulati wrote:
> > Can anyone please tell me if there are any obvious
> > faults with how I am using pp? Will 0.69 make a big difference?
>
> 0.69 will probably make some differences.  Most importantly,
> it's hard to fix an old version because the behaviour might
> be different.  So I'd appreciate if you can confirm the bug(s)
> in 0.69, and (if possible) send a minimal test case over. :-)
>
> Thanks,
> /Autrijus/
>
>

Actually it looks like the situation might be even worse with 0.69.

I've just built (using 0.69, perl 5.8.0) a simple script into an executable
on my desktop (Win2k). The exe runs fine on that machine but when I try to
run it on my Win2k laptop (which doesn't have perl 5.8.0) I get:

Can't locate loadable object for module IO in @INC (@INC contains:
CODE(0x7d9bb8) .) at
D:/p4/Apps/Gecko/MSI/data/ACTIVE~1/Perl/site/lib/PAR/Heavy.pm line 118
Compilation failed in require at
D:/p4/Apps/Gecko/MSI/data/ACTIVE~1/Perl/lib/IO/Handle.pm line 256.
BEGIN failed--compilation aborted at
D:/p4/Apps/Gecko/MSI/data/ACTIVE~1/Perl/lib/IO/Handle.pm line 256.
Compilation failed in require at
D:/p4/Apps/Gecko/MSI/data/ACTIVE~1/Perl/lib/IO/Seekable.pm line 101.
BEGIN failed--compilation aborted at
D:/p4/Apps/Gecko/MSI/data/ACTIVE~1/Perl/lib/IO/Seekable.pm line 101.
Compilation failed in require at
D:/p4/Apps/Gecko/MSI/data/ACTIVE~1/Perl/lib/IO/File.pm line 112.
BEGIN failed--compilation aborted at
D:/p4/Apps/Gecko/MSI/data/ACTIVE~1/Perl/lib/IO/File.pm line 112.
Compilation failed in require at par.pl line 271.
-----------------------------------------

The perl script I tried to compile is:
print $$, "\nHello from PAR\n";
sleep 5;
--------------------------------------

Cheers,
Rob

Reply via email to