about summary refs log tree commit homepage
path: root/lib/PublicInbox/Over.pm
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-08-26 08:17:41 +0000
committerEric Wong <e@yhbt.net>2020-08-27 10:57:27 +0000
commit6e2da35b9e9e5510e3156b07e91ebc835146758c (patch)
treee3fef87189bbc87000b8444a58c483354e10988a /lib/PublicInbox/Over.pm
parentb61b55643c617403f8d141cfe9bff22ad47913f7 (diff)
downloadpublic-inbox-6e2da35b9e9e5510e3156b07e91ebc835146758c.tar.gz
v5.10.1 lets us use the lighter parent.pm instead of base.pm,
and we'll rely on the shebang to enable warnings (or not).

While we're in the area, drop a no-longer-necessary import for
PublicInbox::Search, since OverIdx doesn't require search.
Diffstat (limited to 'lib/PublicInbox/Over.pm')
-rw-r--r--lib/PublicInbox/Over.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/Over.pm b/lib/PublicInbox/Over.pm
index 6b7d5216..0957cbdd 100644
--- a/lib/PublicInbox/Over.pm
+++ b/lib/PublicInbox/Over.pm
@@ -6,7 +6,7 @@
 # tweaked/updated over time and rebuilt.
 package PublicInbox::Over;
 use strict;
-use warnings;
+use v5.10.1;
 use DBI;
 use DBD::SQLite;
 use PublicInbox::Smsg;