diff --git a/t/porting/header_parser.t b/t/porting/header_parser.t index f71f1873678f..048927a61a9f 100644 --- a/t/porting/header_parser.t +++ b/t/porting/header_parser.t @@ -20,6 +20,7 @@ require './regen/HeaderParser.pm'; skip_all_if_miniperl("needs Data::Dumper"); # It could fairly easily be ported, but no need to do so, so far +our $IS_EBCDIC; skip_all("HeaderParser hasn't been ported to EBCDIC") if $::IS_EBCDIC; require Data::Dumper;