perl: find preceding version at 1998 release of v5.5
authorMischa POSLAWSKY <perl@shiar.org>
Sun, 19 Feb 2023 14:59:25 +0000 (15:59 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Sat, 15 Apr 2023 14:34:51 +0000 (16:34 +0200)
perl.inc.pl

index 8af76c73fadcd9ab8c5f9d4c4d56139db990e918..6ab2fdf232639952d7f3bb6676a3ec94e6f7f6c4 100644 (file)
@@ -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}],