Re: [PATCH] plperl: use xsubpp -output unconditionally

2025-07-02 Thread Daniel Gustafsson
> On 2 Jul 2025, at 16:29, Dagfinn Ilmari Mannsåker wrote: > I noticed that the PL/Perl makefile makes the use of the -output option > conditional on coverage+vpath, because that option is not supported > until Perl 5.9.3. But these days we require Perl 5.14, so we can remove > that conditional

[PATCH] plperl: use xsubpp -output unconditionally

2025-07-02 Thread Dagfinn Ilmari Mannsåker
Hi hackers, I noticed that the PL/Perl makefile makes the use of the -output option conditional on coverage+vpath, because that option is not supported until Perl 5.9.3. But these days we require Perl 5.14, so we can remove that conditional (which also matches what Meson does). Please see the at