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:59 +0000
committerEric Wong <e@80x24.org>2019-05-22 21:53:34 +0000
commit2f613d074f4ff884a18d7a740d760dc0d6dc51ab (patch)
tree682cb6f6c522e0254cd0b50c9471e6f6e25712d5 /lib
parent5c6e7826ab2d7f3b866b6884e430d3aa61da5c60 (diff)
downloadpublic-inbox-2f613d074f4ff884a18d7a740d760dc0d6dc51ab.tar.gz
Enabling deprecation warnings didn't seem to have any
noticeable effects with "perl -w -c", so whatever reason
Danga had for it is long irrelevant.
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/DS.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/DS.pm b/lib/PublicInbox/DS.pm
index d73c8d01..737f4c7a 100644
--- a/lib/PublicInbox/DS.pm
+++ b/lib/PublicInbox/DS.pm
@@ -14,7 +14,6 @@ use POSIX ();
 use Time::HiRes ();
 
 use warnings;
-no  warnings qw(deprecated);
 
 use PublicInbox::Syscall qw(:epoll);