Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37693540
en ru br
Репозитории ALT
S:1.01-alt4
5.1: 1.01-alt1
4.1: 1.01-alt1
4.0: 1.01-alt1
www.altlinux.org/Changes

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

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

Патч: Class-MakeMethods-1.009-Fix-building-on-Perl-without-dot-in-INC.patch
Скачать


--- Class-MakeMethods-1.009/tests/xemulator/class_methodmaker/Test.pm	2017-05-18 21:59:05.251597233 +0200
+++ Class-MakeMethods-1.009/tests/xemulator/class_methodmaker/Test.pm	2017-05-18 21:59:30.383462991 +0200
@@ -48,7 +48,7 @@ sub COUNT_TESTS {
   open(IN, $file) or die "Can't open $file: $!";
   while (<IN>) {
     /^\s*#/ and next;
-    $c += s/(TEST\s{)/$1/g;
+    $c += s/(TEST\s\{)/$1/g;
   }
   $c;
 }
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin