Final perl: Add perl 5.42.0!

This commit is contained in:
Samuel Tyler 2025-09-08 10:06:42 +10:00
parent 495365c016
commit c634840581
7 changed files with 187 additions and 0 deletions

View file

@ -0,0 +1,13 @@
diff --git perl-5.42.0/ext/re/Makefile.PL perl-5.42.0/ext/re/Makefile.PL
index 01786e1ec2..cc4619bfc3 100644
--- perl-5.42.0/ext/re/Makefile.PL
+++ perl-5.42.0/ext/re/Makefile.PL
@@ -27,7 +27,7 @@ foreach my $tuple (@files) {
}
}
-my $defines = '-DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT';
+my $defines = '-DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT -DDEBUGGING';
my %args;
for my $arg (@ARGV) {
$args{$1} = $2 if $arg =~ /^(\w+)=(.*)$/;