We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e9b2f9 commit be8867dCopy full SHA for be8867d
t/porting/header_parser.t
@@ -19,6 +19,9 @@ require './regen/HeaderParser.pm';
19
20
skip_all_if_miniperl("needs Data::Dumper");
21
22
+# It could fairly easily be ported, but no need to do so, so far
23
+skip_all("HeaderParser hasn't been ported to EBCDIC") if $::IS_EBCDIC;
24
+
25
require Data::Dumper;
26
27
my $update_key= "PERL_DEV_UPDATE_TESTFILE";
0 commit comments