]> Sergey Matveev's repositories - public-inbox.git/commitdiff
ds: add a note about planned future changes
authorEric Wong <e@80x24.org>
Sun, 2 Jun 2019 03:39:33 +0000 (03:39 +0000)
committerEric Wong <e@80x24.org>
Sun, 2 Jun 2019 05:23:22 +0000 (05:23 +0000)
Sometimes I get bored with the email part of this project and
need a distraction :P

lib/PublicInbox/DS.pm

index 89042cfcd223349548a7730d1c24809a2aabf605..3b0cbe67ede9a146531a43f0d967d5a654cb0184 100644 (file)
@@ -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;