in reply to PAR Can't Locate MakeMaker
Odd. That looks like you're running perl inside a binary packed distribution, not your stock perl. For some reason, PP is picking up the wrong thing as "perl".C:\>Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: CODE(0xd29acc) .)
Line 20 seems to be around the App::Packer::PAR->new() call, actually, I have no idea where it would be starting to look for perl there — or, with Carp, from which called function the complaint really comes.
|
|---|