about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-05-22 21:46:57 +0000
committerEric Wong <e@80x24.org>2019-05-22 21:53:28 +0000
commitcc9b75f051334e097e0077791eb6b88eb2c02b26 (patch)
tree0e4fbb8112a273ee00780b97122ab0731b2382d3 /lib
parentc0b1f2a707701b7caafdd388e14db6def9d605da (diff)
downloadpublic-inbox-cc9b75f051334e097e0077791eb6b88eb2c02b26.tar.gz
It was only relevant to Danga::Socket.
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/DS.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/PublicInbox/DS.pm b/lib/PublicInbox/DS.pm
index 751ae410..68af4d65 100644
--- a/lib/PublicInbox/DS.pm
+++ b/lib/PublicInbox/DS.pm
@@ -13,9 +13,6 @@ use bytes;
 use POSIX ();
 use Time::HiRes ();
 
-use vars qw{$VERSION};
-$VERSION = "1.61";
-
 use warnings;
 no  warnings qw(deprecated);