summaryrefslogtreecommitdiffstats
path: root/t/try/when.t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-21 17:52:15 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-21 17:52:15 -0400
commit4847f0f304e5b1c7430e840e52f50cef1a9ff2fb (patch)
treeb9a35db7d71113b226593abfa6f446e663762f5a /t/try/when.t
parente0964ab9d4910ff878469b8d3262d01ba14d9b2a (diff)
downloadparse-keyword-4847f0f304e5b1c7430e840e52f50cef1a9ff2fb.tar.gz
parse-keyword-4847f0f304e5b1c7430e840e52f50cef1a9ff2fb.zip
clean up test warnings
Diffstat (limited to 't/try/when.t')
-rw-r--r--t/try/when.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/try/when.t b/t/try/when.t
index 60322b7..6a0c075 100644
--- a/t/try/when.t
+++ b/t/try/when.t
@@ -5,6 +5,8 @@ use Test::More;
use lib 't/try/lib';
use 5.014;
+no if $] >= 5.018, warnings => 'experimental::smartmatch';
+
use Try;
my ( $foo, $bar, $other );