From a448623d4ae3e8fb391dab7359a41043173c16e8 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 19 Feb 2023 15:59:25 +0100 Subject: [PATCH] perl: find preceding version at 1998 release of v5.5 --- perl.inc.pl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/perl.inc.pl b/perl.inc.pl index 8af76c7..6ab2fdf 100644 --- a/perl.inc.pl +++ b/perl.inc.pl @@ -1,6 +1,14 @@ use utf8; +{ + v5.004 => { + release => '1997-05-15', + distro => { + debian => '2.0', # hamm 1998-07 to potato 2000-08 eol 2003-06 + }, + unstable => 0, + }, + v5.005 => { new => [ ['threads' => '', {experimental => 0, stable => 0}], -- 2.30.0