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. --- make/console.pm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'make/console.pm') diff --git a/make/console.pm b/make/console.pm index 33ce8f289..278c97d0f 100644 --- a/make/console.pm +++ b/make/console.pm @@ -19,11 +19,7 @@ package make::console; -BEGIN { - require 5.10.0; -} - -use feature ':5.10'; +use v5.10.0; use strict; use warnings FATAL => qw(all); -- cgit v1.2.3