]> Sergey Matveev's repositories - public-inbox.git/commitdiff
DS: warn on deprecations
authorEric Wong <e@80x24.org>
Wed, 22 May 2019 21:46:59 +0000 (21:46 +0000)
committerEric Wong <e@80x24.org>
Wed, 22 May 2019 21:53:34 +0000 (21:53 +0000)
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

index d73c8d0108b7d9070b2a1371e58d768a836426e9..737f4c7a8ca366fd44535014a9f9ba1092d3a906 100644 (file)
@@ -14,7 +14,6 @@ use POSIX ();
 use Time::HiRes ();
 
 use warnings;
-no  warnings qw(deprecated);
 
 use PublicInbox::Syscall qw(:epoll);