On Tue, Nov 11, 2003 at 01:02:11AM -0500, [EMAIL PROTECTED] wrote:
> Hi, I get this output when I run pp, can anyone point me in right
> direction for tracking this down.  My platform is Win32, my Perl is
> ActiveState 5.6.1, my PAR is 0-76.  Thanks in advance.
> 
> D:\app\perl561\lib\local\stage\PAR-0.76\blib\script>pp -o out.exe \mcd\dvl\
> scripts\fnetstat.pl
> Odd number of elements in hash assignment at pp line 103, <$handle> line 1.
> Odd number of elements in hash assignment at pp line 110.
> .\parl.exe: creation of C:\WINDOWS\TEMP\par_priv.4294224625.tmp\perl56.dll failed - 
> aborting with 13.

Well, it looks like that PAR.pm is somehow not in your @INC.

Can you modify line 103 and 110 from
            map { (Module::ScanDeps::_find_in_inc($_) => 1) } @exclude

to
            map { $_ => 1 }
            map { Module::ScanDeps::_find_in_inc($_) }
            @exclude

and see if it still breaks?

Thanks,
/Autrijus/

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to