summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-24 21:39:15 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-24 21:39:15 -0400
commit64130fd16b1194f532fdeb49945002d64c65458b (patch)
tree5d28d8908fa2abb767cfb4adc313e1b703636bf0
parenta620de2df902bfbe38fa31b7215885b912ff3fb1 (diff)
downloadparse-keyword-64130fd16b1194f532fdeb49945002d64c65458b.tar.gz
parse-keyword-64130fd16b1194f532fdeb49945002d64c65458b.zip
fix skipping tests
-rw-r--r--t/error.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/error.t b/t/error.t
index d8646ff..5682052 100644
--- a/t/error.t
+++ b/t/error.t
@@ -52,7 +52,7 @@ use My::Parser;
ok(!$My::Parser::got_code);
}
-{
+SKIP: {
skip "Capture::Tiny is required here", 1
unless eval { require Capture::Tiny };
my ($out, $err, $exit) = Capture::Tiny::capture(sub {