From 2f613d074f4ff884a18d7a740d760dc0d6dc51ab Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 22 May 2019 21:46:59 +0000 Subject: DS: warn on deprecations 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. --- lib/PublicInbox/DS.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') 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); -- cgit v1.2.3-24-ge0c7