Subject: | activeperl installation fails without verifying presence of pexports.exe |
On windows the executable pexports.exe is required to complete installation. However instead of verifying that, the call in Makefile.PL even throws away any errors:
system("pexports \"$d\" >\"$wrkdir/libMagickCore.def\" 2>$devnull");
Please at least change this line so errors are visible.