diff --git a/dist/Data-Dumper/t/bugs.t b/dist/Data-Dumper/t/bugs.t index b9a34ebc4bb2..3c624dc9f9f1 100644 --- a/dist/Data-Dumper/t/bugs.t +++ b/dist/Data-Dumper/t/bugs.t @@ -83,6 +83,7 @@ SKIP: { # writing out of bounds with malformed utf8 SKIP: { + skip("No XS available", 1) if !defined &Data::Dumper::Dumpxs; eval { require Encode }; skip("Encode not available", 1) if $@; local $^W=1;