in reply to op/magic.t fails to build in perl > 5.36.1

How I handle updates:

I install a lot of modules but only really need a certain number of them. I know which ones are which by adding Test::More and use_ok() calls inside of all my projects for the important ones.

Celebrate Intellectual Diversity

  • Comment on Re: op/magic.t fails to build in perl > 5.36.1

Replies are listed 'Best First'.
Re^2: op/magic.t fails to build in perl > 5.36.1
by perlboy_emeritus (Scribe) on Jan 26, 2024 at 00:51 UTC

    Thanks, but in no way does this address my issue, which is fatal to build, and if you look at mg.c you can see how dense and central that code is to Perl op-code processing at run-time.