lexical sub feature no longer required
authorMischa POSLAWSKY <perl@shiar.org>
Tue, 21 Jan 2020 16:02:23 +0000 (17:02 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Fri, 24 Jan 2020 21:51:04 +0000 (22:51 +0100)
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

diff --git a/barcat b/barcat
index 9a5d3e8d56ae0e77fc28ba56353a07b49383b4e4..aa18957767e5dace34cdc54f54954729ba4db6b6 100755 (executable)
--- 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';