in reply to Re^3: PAR::Packer installation
in thread PAR::Packer installation

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

Replies are listed 'Best First'.
Re^5: PAR::Packer installation
by marto (Cardinal) on Jul 31, 2014 at 21:00 UTC

    However cpan is configured on your system there is not much here to go on, a manual install may be different. Here is the result of cpan PAR::Packer on my one of my Windows systems:

    I recently outlined part of the reason why I gave up on ActiveState Perl. In short, if you're developing Perl on Microsoft Windows make life easy for yourself and use Strawberry Perl. You won't regret it. You'll note that the same advice comes from many other people in their responses to several of your module installation threads.