From: Mischa POSLAWSKY Date: Sun, 19 Feb 2023 14:59:25 +0000 (+0100) Subject: perl: find preceding version at 1998 release of v5.5 X-Git-Tag: v1.14~25 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/a448623d4ae3e8fb391dab7359a41043173c16e8 perl: find preceding version at 1998 release of v5.5 --- 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}],