This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Give overload its own Maintainers.pl entry
[perl5.git] / installperl
index f29f8e5..73448df 100755 (executable)
@@ -722,7 +722,7 @@ sub installlib {
     if ( $dir =~ /^unicore/ ) {
       if ( $name =~ /\.txt\z/ ) {
         # We can ignore most, but not all .txt files
-        return unless $name =~ /\A(?:UnicodeData|Blocks|Scripts|CompositionExclusions|CaseFolding|SpecialCasing|NamedSequences)\.txt\z/;
+        return unless $name =~ /\A(?:Blocks|CaseFolding|SpecialCasing|NamedSequences)\.txt\z/;
       }
       else {
         # TestProp only needed during testing