This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: Ignore @missing lines in certain source files
authorKarl Williamson <public@khwilliamson.com>
Mon, 26 Dec 2011 19:45:17 +0000 (12:45 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 30 Dec 2011 04:11:49 +0000 (21:11 -0700)
This is in preparation for Unicode 6.1.  The release candidate version of these files
changes the syntax of this line in several of its files, so that
mktables sees them as a problem.  And, they aren't used anyway.

lib/unicore/mktables

index fdb4b53..82207bc 100644 (file)
@@ -15704,6 +15704,7 @@ my @input_file_objects = (
     Input_file->new('SpecialCasing.txt', v2.1.8,
                     Each_Line_Handler => \&filter_special_casing_line,
                     Pre_Handler => \&setup_special_casing,
+                    Has_Missings_Defaults => $IGNORED,
                     ),
     Input_file->new(
                     'LineBreak.txt', v3.0.0,
@@ -15739,6 +15740,7 @@ my @input_file_objects = (
                                  : undef,
                            \&filter_case_folding_line
                         ],
+                    Has_Missings_Defaults => $IGNORED,
                     ),
     Input_file->new('DCoreProperties.txt', v3.1.0,
                     # 5.2 changed this file