Skip to content

Commit eb51ab7

Browse files
authored
Merge pull request #1017 from jkeenan/simplify-json-message-20241219
Simplify SKIP message when JSON::MaybeXS is not found
2 parents 41e27a7 + b1a7c96 commit eb51ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/regression/247_check_ref_bool.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use Test2::V0;
22

33
BEGIN {
4-
skip_all "Need JSON::MaybeXS: $@" unless eval {
4+
skip_all "Test needs JSON::MaybeXS" unless eval {
55
require JSON::MaybeXS;
66
JSON::MaybeXS->import(qw/decode_json/);
77
1;

0 commit comments

Comments
 (0)