From 225b9614f1e883273dada2709dead9ddb7fe40c8 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 28 Nov 2022 05:31:57 +0000 Subject: [PATCH] clone: use v5.12 Another small step in what will probably a be a decades-long quest to reduce startup time by a few milliseconds. --- script/public-inbox-clone | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/script/public-inbox-clone b/script/public-inbox-clone index a5651e5f..26f42e74 100755 --- a/script/public-inbox-clone +++ b/script/public-inbox-clone @@ -2,8 +2,7 @@ # Copyright (C) all contributors # License: AGPL-3.0+ # Wrapper to git clone remote public-inboxes -use strict; -use v5.10.1; +use v5.12; use Getopt::Long qw(:config gnu_getopt no_ignore_case auto_abbrev); my $opt = {}; my $help = <