summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2014-02-05 20:50:22 +0100
committerDaniel Friesel <derf@finalrewind.org>2014-02-05 20:50:22 +0100
commitd9bb49207f686827c2124b479d160b20fb4800b7 (patch)
tree102ba4a0b792c28214880cd014beb80e1602c969 /test
parent5210da87c6802f59de0e401033a90e4ae0875866 (diff)
test-x11: fix smartmatch warnings
Diffstat (limited to 'test')
-rwxr-xr-xtest/feh-i.t2
1 files changed, 2 insertions, 0 deletions
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/;