]> Sergey Matveev's repositories - public-inbox.git/commitdiff
URInntps: add URI 5.08 release note
authorEric Wong <e@80x24.org>
Sat, 3 Apr 2021 02:24:22 +0000 (02:24 +0000)
committerEric Wong <e@80x24.org>
Sat, 3 Apr 2021 05:08:51 +0000 (05:08 +0000)
I wanted to say 2031, but that's probably too aggressive a
removal timeline.

lib/PublicInbox/URInntps.pm

index 69fe7163623152d28f83eff3610eabd254b2b4bd..231b247b71d4d5746d2f18a8682f2d57741f4ee9 100644 (file)
@@ -4,6 +4,7 @@
 # deal with the lack of URI::nntps in upstream URI.
 # nntps is IANA registered, snews is deprecated
 # cf. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983419
+# Fixed in URI 5.08, we can drop this by 2035 when LTS distros all have it
 package PublicInbox::URInntps;
 use strict;
 use parent qw(URI::snews);