Hi, PAR;

Thanks for the wonderful tool.

However, here is a small problem on ubuntu intrepid (8.10), perl 5.10.0.

This works correctly on ubuntu hardy (8.04), perl 5.8.8:
$ pp --version
PAR Packager, version 0.982 (PAR version 0.983)
$ pp -e 'use English; print "Hello, world!\n";' -o hello
$ ./hello
Hello, world!

On ubuntu intrepid, perl 5.10.0:

$ pp --version
PAR Packager, version 0.982 (PAR version 0.983)
$ pp -e 'use English; print "Hello, world!\n";' -o hello
$ ./hello
Can't locate Tie/Hash/NamedCapture.pm in @INC (@INC contains:
CODE(0x996ffe0)
/tmp/par-adickey/cache-698983994a6c81a9242492d32f6a5e1589741574/inc/lib
/tmp/par-adickey/cache-698983994a6c81a9242492d32f6a5e1589741574/inc
CODE(0x9876c80) CODE(0x9876e60)) at English.pm line 148.
BEGIN failed--compilation aborted at English.pm line 148.
Compilation failed in require at script/ppxGrXI.pl line 1.
BEGIN failed--compilation aborted at script/ppxGrXI.pl line 1.

-- 
Alan F. Dickey
mailto:alan.dic...@gmail.com
VOX: 908-273-3232 Cell: 908-334-0932

Reply via email to