Skip to content

Commit

Permalink
Merge pull request #1017 from jkeenan/simplify-json-message-20241219
Browse files Browse the repository at this point in the history
Simplify SKIP message when JSON::MaybeXS is not found
  • Loading branch information
exodist authored Dec 27, 2024
2 parents 41e27a7 + b1a7c96 commit eb51ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/regression/247_check_ref_bool.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use Test2::V0;

BEGIN {
skip_all "Need JSON::MaybeXS: $@" unless eval {
skip_all "Test needs JSON::MaybeXS" unless eval {
require JSON::MaybeXS;
JSON::MaybeXS->import(qw/decode_json/);
1;
Expand Down

0 comments on commit eb51ab7

Please sign in to comment.