]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/URInntps.pm
No ext_urls
[public-inbox.git] / 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);