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


in reply to Re^2: Why perl-5.30.3 doesn't compile on my Mac?
in thread Why perl-5.30.3 doesn't compile on my Mac?

Try using the perlbrew install-patchperl command. It will install Devel::PatchPerl, which is a tool to patch the source of older perl releases to allow them to compile on newer systems. The latest release of Devel::PatchPerl (2.04) should be able to fix this issue.

Replies are listed 'Best First'.
Re^4: Why perl-5.30.3 doesn't compile on my Mac?
by karlgoethebier (Abbot) on Nov 20, 2020 at 18:45 UTC

    I was aware of this. And BTW:

    Karls-Mac-mini:~ karl$ perlbrew install-patchperl /Users/karl/perl5/perlbrew/bin/patchperl already exists, are you sure +to override ? [y/N] [N] y ERROR: Failed to retrieve patchperl executable.

    Best regards, Karl

    «The Crux of the Biscuit is the Apostrophe»

    perl -MCrypt::CBC -E 'say Crypt::CBC->new(-key=>'kgb',-cipher=>"Blowfish")->decrypt_hex($ENV{KARL});'Help