]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/LEI.pm
lei: move to v5.12 to avoid "use strict"
[public-inbox.git] / lib / PublicInbox / LEI.pm
index 93b4ea03b67d58a9193b99e3970e94e221b2aff9..89aa4119aef22f4868f9f738a0e7e516b3c42119 100644 (file)
@@ -6,8 +6,7 @@
 # local clients with read/write access to the FS and use as many
 # system resources as the local user has access to.
 package PublicInbox::LEI;
-use strict;
-use v5.10.1;
+use v5.12;
 use parent qw(PublicInbox::DS PublicInbox::LeiExternal
        PublicInbox::LeiQuery);
 use Getopt::Long ();