http://qs321.pair.com?node_id=11121698


in reply to PAR::Packer fails to install

Assuming you are using cpanm then you can add the verbose flag to see the results of all the tests.

cpanm -v PAR::Packer

If there is too much info there then try the --look flag with a manual build.

cpanm --look PAR::Packer perl Makefile.PL gmake prove -Mblib -v t\20-pp.t

Edit: And that information will help diagnose the issue and give more details when it is reported to the PAR:Packer issue tracker (see issues link at PAR::Packer).

Edit 2: Add -v and -Mblib to prove call.

Replies are listed 'Best First'.
Re^2: PAR::Packer fails to install
by swl (Parson) on Sep 13, 2020 at 22:42 UTC

    And FWIW, it builds and tests fine for me using Strawberry perl 5.32.0, 64 bit.