Perl 5.44.0 is the upcoming new release of the Perl language.
This question is about the month when the new 5.44.0 version will be released.
When this question was created the 5.44.0 release has no scheduled date — https://github.com/Perl/perl5/blob/a3c72b46f1f3e9f62fdd03f03e20c508701a724b/Porting/release_schedule.pod
Here is the table with the release dates of the previous major versions of perl:
v5.12.0 2010-04-12
v5.14.0 2011-05-14
v5.16.0 2012-05-20
v5.18.0 2013-05-18
v5.20.0 2014-05-27
v5.22.0 2015-06-01
v5.24.0 2016-05-09
v5.26.0 2017-05-30
v5.28.0 2018-06-22
v5.30.0 2019-05-22
v5.32.0 2020-06-20
v5.34.0 2021-05-20
v5.36.0 2022-05-27
v5.38.0 2023-07-02
v5.40.0 2024-06-09
v5.42.0 2025-07-02
You can get this table with the command:
$ corelist -r | perl -nalE 'if (/v\d+\.(\d?[02468])\.0 /) { say $_ if $1 >= 12 }'
(Run this command online: https://perlbanjo.com/e243b6b6d3 )
This question will be resolved shortly after 5.44.0 is released or after this question is closed early in 2027 if 5.44.0 is not released in 2026.
The resolution of this question will be the month from the output of the command run in next major perl version
$ corelist -r | grep 5.44.0
Author betting policy
The author of this question can place bets on it.
Other questions on this topic
In what month of year 2023 perl 5.38.0 will be released (resolved 07)
In what month of year 2024 perl 5.40.0 will be released (resolved 06)
In what month of year 2025 perl 5.42.0 will be released (resolved 07)
In what month of year 2026 perl 5.44.0 will be released (resolved 07) (this question)
🏅 Top traders
| # | Trader | Total profit |
|---|---|---|
| 1 | Ṁ571 | |
| 2 | Ṁ292 | |
| 3 | Ṁ213 | |
| 4 | Ṁ104 | |
| 5 | Ṁ86 |
I'm resolving this market as '07'
Perl 5.44.0 is released. Here is an official email:
> From: Leon Timmermans
> Date: July 15, 2026 20:20
> Subject: Perl 5.44.0 is now available
https://www.nntp.perl.org/group/perl.perl5.porters/2026/07/msg271063.html
The funny thing that there is a small bug. Perl build from git tag 'v5.44.0' incorrectly report the release date:
> corelist -r | grep 5.44.0
Thie return:
v5.44.0 2026-07-22
( https://perlbanjo.com/db73b99d5b )
This is already fixed Update Module::Corelist for 5.45.0 · Perl/perl5@a8b445d , so running 'corelist' in the next versions will correctly report '2026-07-15'. But both the dates has month '07', so there is no problem in resolving this market.