summaryrefslogtreecommitdiffstats
path: root/t/try/given_when.t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-21 18:39:46 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-21 18:39:46 -0400
commitdfed2b264de2652cfdeecbaf8cb9b059c77b44cf (patch)
treef6e1afd81c13dafe933e78476388e4092417fab4 /t/try/given_when.t
parenta1b9ebae67b4064c163e1b2189c4ec76de03565d (diff)
downloadparse-keyword-dfed2b264de2652cfdeecbaf8cb9b059c77b44cf.tar.gz
parse-keyword-dfed2b264de2652cfdeecbaf8cb9b059c77b44cf.zip
fix up deps
Diffstat (limited to 't/try/given_when.t')
-rw-r--r--t/try/given_when.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/try/given_when.t b/t/try/given_when.t
index 4cf8460..c3af21e 100644
--- a/t/try/given_when.t
+++ b/t/try/given_when.t
@@ -5,6 +5,8 @@ use Test::More;
use lib 't/try/lib';
use 5.014;
+use Test::Requires 'Try::Tiny';
+
no if $] >= 5.018, warnings => 'experimental::smartmatch';
use Try;