From f6b861f12d070ba931d829505bfd3229653f5df2 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 25 Jan 2021 12:13:54 +0000 Subject: Fix unnecessary begin blocks in Perl source files. --- tools/genssl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tools/genssl') diff --git a/tools/genssl b/tools/genssl index 337244292..aab8ce553 100755 --- a/tools/genssl +++ b/tools/genssl @@ -19,11 +19,7 @@ # -BEGIN { - require 5.10.0; -} - -use feature ':5.10'; +use v5.10.0; use strict; use warnings FATAL => qw(all); -- cgit v1.2.3