diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-02-05 20:50:22 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-02-05 20:50:22 +0100 |
commit | d9bb49207f686827c2124b479d160b20fb4800b7 (patch) | |
tree | 102ba4a0b792c28214880cd014beb80e1602c969 | |
parent | 5210da87c6802f59de0e401033a90e4ae0875866 (diff) |
test-x11: fix smartmatch warnings
-rwxr-xr-x | test/feh-i.t | 2 |
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/; |