This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Urk. Joe's patches were for the maint branch,
[perl5.git] / lib / Dumpvalue.t
index 7c1d803..d1af109 100644 (file)
@@ -3,6 +3,10 @@
 BEGIN {
        chdir 't' if -d 't';
        @INC = '../lib';
+       if (ord('A') == 193) {
+           print "1..0 # skip: EBCDIC\n";
+           exit 0;
+       }
 }
 
 use vars qw( $foo @bar %baz );