Wed Feb 03 17:40:08 2010: Request 54074 was acted upon. Transaction: Correspondence added by m.noon...@comcast.net Queue: PAR-Packer Subject: Re: [rt.cpan.org #54074] PAR test fails a gui test with Win32/Exe.pm Broken in: 1.002 Severity: Normal Owner: Nobody Requestors: m.noon...@comcast.net Status: open Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=54074 >
Here is a fix for the "Can't call method "remove" on an undefined value " problem. Change line 106 of myldr/Makefile.PL to what you see below. } elsif ( ($cc =~ m/^gcc\b/i) or ($cc =~ m/\bgcc.exe\b/i) or ($cc =~ m/^cc\b/i and $gccversion)) { This, along wiht Alexey's other patch for commenting out if ($Config{_delim} eq '\\') { s{\\}{/}g for @inc } in script/par.pl, results in all tests passing on Windows XP, ActiveState 5.10.1. Thanks