From 64130fd16b1194f532fdeb49945002d64c65458b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 24 Jul 2013 21:39:15 -0400 Subject: fix skipping tests --- t/error.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3