Update for ext/MIME/Base64/
[p5sagit/p5-mst-13.2.git] / ext / MIME / Base64 / t / unicode.t
index 0b8df1a..8037440 100644 (file)
@@ -1,6 +1,12 @@
 BEGIN {
-        chdir 't' if -d 't';
-        @INC = '../lib';
+       unless ($] >= 5.006) {
+               print "1..0\n";
+               exit(0);
+       }
+        if ($ENV{PERL_CORE}) {
+                chdir 't' if -d 't';
+                @INC = '../lib';
+        }
 }
 
 print "1..1\n";