summaryrefslogtreecommitdiff
path: root/test/feh-i.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/feh-i.t')
-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/;