We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c796621 commit 3bebeddCopy full SHA for 3bebedd
Changes
@@ -37,7 +37,7 @@ esx:
37
38
packaging:
39
* Update Windows packaging to use:
40
- - Perl 5.38.3 built using Perl::Dist::StrawBerry perl library processing
+ - Perl 5.40.1 built using Perl::Dist::StrawBerry perl library processing
41
- OpenSSL 3.4.1
42
- msys2-base 20241208
43
- liblzma from xz 5.6.4
contrib/windows/packaging/PerlBuildJob.pm
@@ -6,7 +6,7 @@ use parent 'Exporter';
6
use ToolchainBuildJob;
7
8
use constant {
9
- PERL_VERSION => "5.38.3",
+ PERL_VERSION => "5.40.1",
10
PERL_BUILD_STEPS => 9,
11
};
12
0 commit comments