about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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);