diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-03-26 12:35:04 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-06-02 08:29:13 -0600 |
commit | 4731737c3a4f708d89660b01f56570d0699f2093 (patch) | |
tree | cf461d2b599f1b1e90bb60bf7d094907ba1f7e29 /installperl | |
parent | 727c62fffd30ba6ed698a448b17df0199eecf416 (diff) | |
download | perl-4731737c3a4f708d89660b01f56570d0699f2093.tar.gz |
installperl: CaseFolding.txt no longer needed
A previous commit has removed the dependency on this file.
Diffstat (limited to 'installperl')
-rwxr-xr-x | installperl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installperl b/installperl index 8b22d72930..c19bff1349 100755 --- a/installperl +++ b/installperl @@ -728,7 +728,7 @@ sub installlib { if ( $dir =~ /^unicore/ ) { if ( $name =~ /\.txt\z/ ) { # We can ignore most, but not all .txt files - return unless $name =~ /\A(?:Blocks|CaseFolding|SpecialCasing|NamedSequences)\.txt\z/; + return unless $name =~ /\A(?:Blocks|SpecialCasing|NamedSequences)\.txt\z/; } else { # TestProp only needed during testing |