Skip to content

Commit 3bebedd

Browse files
committed
build: Use perl 5.40.1 for windows build
1 parent c796621 commit 3bebedd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Changes

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ esx:
3737

3838
packaging:
3939
* Update Windows packaging to use:
40-
- Perl 5.38.3 built using Perl::Dist::StrawBerry perl library processing
40+
- Perl 5.40.1 built using Perl::Dist::StrawBerry perl library processing
4141
- OpenSSL 3.4.1
4242
- msys2-base 20241208
4343
- liblzma from xz 5.6.4

contrib/windows/packaging/PerlBuildJob.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use parent 'Exporter';
66
use ToolchainBuildJob;
77

88
use constant {
9-
PERL_VERSION => "5.38.3",
9+
PERL_VERSION => "5.40.1",
1010
PERL_BUILD_STEPS => 9,
1111
};
1212

0 commit comments

Comments
 (0)