From cc9b75f051334e097e0077791eb6b88eb2c02b26 Mon Sep 17 00:00:00 2001
From: Eric Wong <e@80x24.org>
Date: Wed, 22 May 2019 21:46:57 +0000
Subject: [PATCH] DS: drop $VERSION var

It was only relevant to Danga::Socket.
---
 lib/PublicInbox/DS.pm | 3 ---
 1 file changed, 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);
 
-- 
2.50.0