We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb057f7 commit 482fd30Copy full SHA for 482fd30
t/porting/header_parser.t
@@ -20,6 +20,7 @@ require './regen/HeaderParser.pm';
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
+our $IS_EBCDIC;
24
skip_all("HeaderParser hasn't been ported to EBCDIC") if $::IS_EBCDIC;
25
26
require Data::Dumper;
0 commit comments