Hello, again;

I found another problem on ubuntu intrepid (8.10), perl 5.10.0;

$ pp -o hello -e 'use i18n; use Curses::UI; print "Hello, world!\n";'
$ ./hello
Can't locate object method "print" via package "FileHandle" at
/usr/share/perl5/Archive/Zip/Member.pm line 935.
Compilation failed in require at Curses/UI/Common.pm line 19.
BEGIN failed--compilation aborted at Curses/UI/Common.pm line 19.
Compilation failed in require at (eval 19) line 3.
        ...propagated at /usr/share/perl/5.10/base.pm line 92.
BEGIN failed--compilation aborted at Curses/UI.pm line 2.
Compilation failed in require at script/ppTVwsv.pl line 1.
BEGIN failed--compilation aborted at script/ppTVwsv.pl line 1.


On Mon, Dec 22, 2008 at 1:35 PM, Alan Dickey <[email protected]> wrote:
> 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:[email protected]
> VOX: 908-273-3232 Cell: 908-334-0932
>



-- 
Alan F. Dickey - Interaction and Realization
http://adickey.addr.com
mailto:[email protected]
VOX: 908-273-3232 Cell: 908-334-0932
"Our ignorance is not so vast as our failure to use what we know."
M. King Hubbert
http://www.hubbertpeak.com/Hubbert/

Reply via email to