Skip to content

Commit b1a7c96

Browse files
committed
Simplify SKIP message when JSON::MaybeXS is not found
It's just a test file; we don't need a full dump of the user's @inc.
1 parent b1a05c4 commit b1a7c96

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)