about summary refs log tree commit homepage
path: root/lib/PublicInbox/URInntps.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-04-03 02:24:22 +0000
committerEric Wong <e@80x24.org>2021-04-03 05:08:51 +0000
commit385bdbda71172fc421fc4cb6018270566f3268c9 (patch)
treecaed6f516338b5bbb2bbdd301185a126bdd66988 /lib/PublicInbox/URInntps.pm
parentdb56b898582789a0962e82b2c3cff56dd110d951 (diff)
downloadpublic-inbox-385bdbda71172fc421fc4cb6018270566f3268c9.tar.gz
I wanted to say 2031, but that's probably too aggressive a
removal timeline.
Diffstat (limited to 'lib/PublicInbox/URInntps.pm')
-rw-r--r--lib/PublicInbox/URInntps.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/PublicInbox/URInntps.pm b/lib/PublicInbox/URInntps.pm
index 69fe7163..231b247b 100644
--- a/lib/PublicInbox/URInntps.pm
+++ b/lib/PublicInbox/URInntps.pm
@@ -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);