This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Disable ${^ENCODING}
[perl5.git] / t / uni / tr_sjis.t
index fec525d..ff78e7a 100644 (file)
@@ -6,9 +6,7 @@
 BEGIN {
     chdir 't' if -d 't';
     require './test.pl';
-    skip_all_without_dynamic_extension('Encode');
-    skip_all("no encoding pragma in EBCDIC") if $::IS_EBCDIC;
-    skip_all_without_perlio();
+    skip_all("encoding.pm is no longer supported by the perl core");
 }
 
 use strict;