From d9bb49207f686827c2124b479d160b20fb4800b7 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 5 Feb 2014 20:50:22 +0100 Subject: test-x11: fix smartmatch warnings --- test/feh-i.t | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/feh-i.t b/test/feh-i.t index dd47ff6..0adc774 100755 --- a/test/feh-i.t +++ b/test/feh-i.t @@ -3,6 +3,8 @@ use strict; use warnings; use 5.010; +no if $] >= 5.018, warnings => 'experimental::smartmatch'; + use Cwd; use Test::More tests => 103; use Time::HiRes qw/sleep/; -- cgit v1.2.3