From b8ecf0c19b1c9f899933a067a6958edf859927f8 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 21 Jan 2020 17:02:23 +0100 Subject: [PATCH] lexical sub feature no longer required Replaced by a variable in commit v1.06-4-gca702a0a92 (2019-09-24) [customizable format for markers option]. Reverts v1.01-11-g754ddc0faf (2019-09-05) [enable lexical subs before perl v5.26]. --- barcat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/barcat b/barcat index 9a5d3e8..aa18957 100755 --- a/barcat +++ b/barcat @@ -1,10 +1,9 @@ #!/usr/bin/perl -CA -use 5.018; +use 5.014; use warnings; use utf8; use List::Util qw( min max sum ); use open qw( :std :utf8 ); -use experimental qw( lexical_subs ); our $VERSION = '1.06'; -- 2.30.0