Skip to content

Commit

Permalink
Simplify SKIP message when JSON::MaybeXS is not found
Browse files Browse the repository at this point in the history
It's just a test file; we don't need a full dump of the user's @inc.
  • Loading branch information
jkeenan committed Dec 20, 2024
1 parent b1a05c4 commit b1a7c96
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 b1a7c96

Please sign in to comment.