We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78567dd commit 16a64d0Copy full SHA for 16a64d0
xt/20_kwalitee.t
@@ -6,7 +6,10 @@ use Test::More;
6
7
BEGIN { $ENV{AUTHOR_TESTING} = 1; }
8
eval "use Test::Kwalitee qw( kwalitee_ok );";
9
-plan skip_all => "1..0 # Test::Kwalitee required for this test\n" if $@;
+if ($@) {
10
+ diag $@ =~ s{\s+at\s+\S+\s+line\s+\d.*\z}{}rs;
11
+ plan skip_all => "1..0 # Test::Kwalitee required for this test\n";
12
+ }
13
14
kwalitee_ok (qw(
15
-has_meta_yml
0 commit comments