This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: Can skip processing suppressed properties
[perl5.git] / lib / unicore / mktables
index 79c05d1..970d0bc 100644 (file)
@@ -11379,6 +11379,10 @@ sub finish_Unicode() {
         # need to be finished up.
         next if $property == $perl;
 
+        # Nor do we need to do anything with properties that aren't going to
+        # be output.
+        next if $property->fate == $SUPPRESSED;
+
         # Handle the properties that have more than one possible default
         if (ref $property->default_map) {
             my $default_map = $property->default_map;