Undo the renaming of the Unicode data files; the simple
[p5sagit/p5-mst-13.2.git] / ext / Unicode / Normalize / mkheader
index 7aef304..ddd8cbf 100644 (file)
@@ -32,7 +32,7 @@ our %Exclus; # $codepoint => 1            : composition exclusions
   my($f, $fh);
   foreach my $d (@INC) {
     use File::Spec;
-    $f = File::Spec->catfile($d, "unicore", "CompExcl.txt");
+    $f = File::Spec->catfile($d, "unicore", "CompositionExclusions.txt");
     last if open($fh, $f);
     $f = File::Spec->catfile($d, "unicode", "CompExcl.txt");
     last if open($fh, $f);