Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37704979
en ru br
Репозитории ALT
S:5.34.1-alt1
5.1: 5.8.9-alt3
4.1: 5.8.8-alt19.M41.1
4.0: 5.8.8-alt14
+updates:5.8.8-alt14
3.0: 5.8.7-alt2
www.altlinux.org/Changes

Группа :: Разработка/Perl
Пакет: perl

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: perl-5.26.1-alt-viy-Unicode-Normalize-fix-deps.patch
Скачать


fix deps - remove false unmets in Unicode-Normalize
perl.req creates unmet deps 
perl(unicode/CombiningClass.pl)
perl(unicode/Decomposition.pl)
diff --git a/cpan/Unicode-Normalize/mkheader b/cpan/Unicode-Normalize/mkheader
index 8d4c1b8..fbfc986 100644
--- a/dist/Unicode-Normalize/mkheader
+++ b/dist/Unicode-Normalize/mkheader
@@ -65,10 +65,8 @@ our %Comp2nd;	# $codepoint => 1          : may be composed with a prev char.
 
 # from core Unicode database
 our $Combin = do "unicore/CombiningClass.pl"
-    || do "unicode/CombiningClass.pl"
     || croak "$PACKAGE: CombiningClass.pl not found";
 our $Decomp = do "unicore/Decomposition.pl"
-    || do "unicode/Decomposition.pl"
     || croak "$PACKAGE: Decomposition.pl not found";
 
 # CompositionExclusions.txt since Unicode 3.2.0.  If this ever changes, it
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin