about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-06-02 03:39:33 +0000
committerEric Wong <e@80x24.org>2019-06-02 05:23:22 +0000
commit560ae7322afd3c9f456a70613765ffc59f095d61 (patch)
tree25c64c5452463e81b068bab7cb70b75ab77af6b6
parentf54c29f39c4d12596866aca8438f23d00dd61705 (diff)
downloadpublic-inbox-560ae7322afd3c9f456a70613765ffc59f095d61.tar.gz
Sometimes I get bored with the email part of this project and
need a distraction :P
-rw-r--r--lib/PublicInbox/DS.pm10
1 files changed, 8 insertions, 2 deletions
diff --git a/lib/PublicInbox/DS.pm b/lib/PublicInbox/DS.pm
index 89042cfc..3b0cbe67 100644
--- a/lib/PublicInbox/DS.pm
+++ b/lib/PublicInbox/DS.pm
@@ -5,8 +5,14 @@
 #
 # This is a fork of the (for now) unmaintained Danga::Socket 1.61.
 # Unused features will be removed, and updates will be made to take
-# advantage of newer kernels
-
+# advantage of newer kernels.
+#
+# API changes to diverge from Danga::Socket will happen to better
+# accomodate new features and improve scalability.  Do not expect
+# this to be a stable API like Danga::Socket.
+# Bugs encountered (and likely fixed) are reported to
+# bug-Danga-Socket@rt.cpan.org and visible at:
+# https://rt.cpan.org/Public/Dist/Display.html?Name=Danga-Socket
 package PublicInbox::DS;
 use strict;
 use bytes;