[perl #39012] another REIFY bug
[p5sagit/p5-mst-13.2.git] / t / comp / utf.t
index ff2b499..90a9e5e 100644 (file)
@@ -11,6 +11,11 @@ BEGIN {
        print "1..0 # Skip: no dynamic loading on miniperl, no threads\n";
        exit 0;
     }
+    require Config; import Config;
+    if ($Config{'extensions'} !~ /\bEncode\b/) {
+      print "1..0 # Skip: Encode was not built\n";
+      exit 0;
+    }
 }
 
 require "./test.pl";