mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-17 08:57:24 +00:00
Fix a broken skip
This commit is contained in:
@@ -16,7 +16,7 @@ use HTTPMicro;
|
||||
local $EVAL_ERROR;
|
||||
eval { require HTTP::Tiny };
|
||||
if ( $EVAL_ERROR ) {
|
||||
skip_all("HTTP::Tiny is not installed, not testing compat");
|
||||
plan skip_all => "HTTP::Tiny is not installed, not testing compat";
|
||||
}
|
||||
|
||||
my $test_url = "http://www.google.com";
|
||||
|
Reference in New Issue
Block a user