From: Eric Wong Date: Wed, 22 May 2019 21:46:59 +0000 (+0000) Subject: DS: warn on deprecations X-Git-Tag: v1.2.0~262^2 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=2f613d074f4ff884a18d7a740d760dc0d6dc51ab;p=public-inbox.git 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. --- 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);