Skip to main content
MANIFOLD
In what month of year 2026 perl 5.44.0 will be released
8
Ṁ1.3kṀ13k
resolved Jul 16
100%99.0%
07
0.1%
01
0.1%
02
0.1%
03
0.1%
04
0.1%
05
0.1%
06
0.1%
08
0.1%
09
0.1%
10
0.1%
11
0.1%
12
0.1%
perl 5.44.0 will not be released in 2026

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

Market context
Get
Ṁ1,000
to start trading!

🏅 Top traders

#TraderTotal profit
1Ṁ571
2Ṁ292
3Ṁ213
4Ṁ104
5Ṁ86
Sort by:

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.

New tag:

```

$ git show v5.44.0-RC1 | head -5

tag v5.44.0-RC1

Tagger: Leon Timmermans <fawaka@gmail.com>

Date: Tue Jun 23 02:52:53 2026 +0200

Perl 5.44.0-RC1

```