]> mj.ucw.cz Git - bex.git/commitdiff
use experimental 'smartmatch' for new Perls
authorMartin Mares <mj@ucw.cz>
Thu, 29 Dec 2016 17:09:08 +0000 (18:09 +0100)
committerMartin Mares <mj@ucw.cz>
Thu, 29 Dec 2016 17:09:08 +0000 (18:09 +0100)
lib/bin/bex-prun
lib/perl/BEX/Queue.pm

index 592bcbc5d7d7298d18d339ecdf0291d3604c6f21..95c8d771fe0337c7237cb6754f2c37a9b20e021e 100755 (executable)
@@ -5,6 +5,7 @@
 use strict;
 use warnings;
 use feature 'switch';
+use experimental 'smartmatch';
 use Getopt::Long;
 use POSIX;
 use BEX;
index 68d8d792cc400b3f28d93abd1f3a5a4cde44745a..9bbf505036bc1efa92e38d1143280243d130b796 100644 (file)
@@ -4,6 +4,7 @@
 use strict;
 use warnings;
 use feature 'switch';
+use experimental 'smartmatch';
 
 package BEX::Queue;