bring Test::Harness up to 3.06
[p5sagit/p5-mst-13.2.git] / lib / Test / Harness / t / unicode.t
index 837a053..b5b767e 100644 (file)
@@ -12,6 +12,9 @@ BEGIN {
     plan skip_all => "unicode on Perl < 5.8.0"
       unless $] > 5.008;
 
+    plan skip_all => "PERL_UNICODE set"
+      if $ENV{PERL_UNICODE};
+
     eval "use File::Temp";
     plan skip_all => "File::Temp unavailable"
       if $@;