in reply to PAR::Packer installation

Start reading what cpan tells you:

failed when processing 'MDOOTSON/Win32-Exe-0.17.tar.gz' with 'make => +NO'. Continuing, but chances to succeed are limited.

Read and understand the answers to your previous module installation woe threads.

Replies are listed 'Best First'.
Re^2: PAR::Packer installation
by fionbarr (Friar) on Jul 31, 2014 at 19:24 UTC
    While I appreciate your taking the time to answer, your answer was not helpful, merely pointing out a failure instead of suggesting a helpful action/direction/explanation.
        latest attempt at cpan install PAR::PACKER
        CPAN: Term::ANSIColor loaded ok (v4.02) CPAN: Win32::Console::ANSI loaded ok (v1.06) CPAN: Storable loaded ok (v2.45) Reading 'C:\Users\U357750\AppData\Local\.cpan\Metadata'  Database was generated on Thu, 31 Jul 2014 12:06:24 GMT Running install for module 'PAR::Packer' CPAN: Digest::SHA loaded ok (v5.85) CPAN: Compress::Zlib loaded ok (v2.063) Checksum for C:\Users\U357750\AppData\Local\.cpan\sources\authors +\id\R\RS\RSCHUPP\PAR-Packer-1.019.tar.gz ok CPAN: Archive::Tar loaded ok (v1.96) CPAN: File::Temp loaded ok (v0.2304) CPAN: YAML::XS loaded ok (v0.41) CPAN: Parse::CPAN::Meta loaded ok (v1.4409) CPAN: CPAN::Meta loaded ok (v2.132830) CPAN: Module::CoreList loaded ok (v3.03) Configuring R/RS/RSCHUPP/PAR-Packer-1.019.tar.gz with Makefile.PL + Checking if your kit is complete... Looks good Generating a dmake-style Makefile Writing Makefile for par.exe Writing MYMETA.yml and MYMETA.json Generating a dmake-style Makefile Writing Makefile for PAR::Packer Writing MYMETA.yml and MYMETA.json  RSCHUPP/PAR-Packer-1.019.tar.gz C:\Perl64\bin\perl.exe Makefile.PL INSTALLDIRS=site -- OK Running make for R/RS/RSCHUPP/PAR-Packer-1.019.tar.gz cp lib/PAR/StrippedPARL/Base.pm blib\lib\PAR\StrippedPARL\Base.pm cp lib/PAR/Filter/Bleach.pm blib\lib\PAR\Filter\Bleach.pm cp lib/PAR/Filter/PodStrip.pm blib\lib\PAR\Filter\PodStrip.pm cp lib/PAR/Filter/PatchContent.pm blib\lib\PAR\Filter\PatchContent.pm cp lib/PAR/Filter/Obfuscate.pm blib\lib\PAR\Filter\Obfuscate.pm cp lib/App/Packer/PAR.pm blib\lib\App\Packer\PAR.pm cp lib/PAR/Filter.pm blib\lib\PAR\Filter.pm cp lib/PAR/Packer.pm blib\lib\PAR\Packer.pm cp lib/PAR/Filter/Bytecode.pm blib\lib\PAR\Filter\Bytecode.pm cp lib/pp.pm blib\lib\pp.pm C:\Perl64\bin\perl.exe par_pl2c.pl my_par_pl < ..\script\par.pl > my_p +ar_pl.c C:\Perl64\bin\perl.exe sha1.c.PL gcc -c -s -O2 -DWIN32 -DWIN64 -DCONSERVATIVE -DPERL_TEXTMODE_SCRIPTS - +DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_ +PERLIO -fno-strict-aliasing -mms-bitfields -I"C:\Perl64\lib\CORE" - +DPARL_EXE=\"parl.exe\" -s -O2 main.c windres -i winres/pp.rc -o ppresource.coff --input-format=rc --output- +format=coff --target=pe-x86-64  RSCHUPP/PAR-Packer-1.019.tar.gz  C:\Perl64\site\bin\dmake.exe -- NOT OK
        thanks for your help

      What steps have you taken to analyze the failure after it was pointed out to you?

        I had previously tried to install Win32::Exe both through ppm and CPAN with no success.