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

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

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

Патч: perl-Class-Autouse.patch
Скачать


--- Class-Autouse-1.20/t/01_main.t-     2005-08-18 05:29:44 +0400
+++ Class-Autouse-1.20/t/01_main.t      2006-09-01 03:24:39 +0400
@@ -131,5 +131,5 @@ $coderef = 'foobar';
 eval {
        $coderef = I->can('foo');
 };
-like( $@, qr/^This is an expected error/, 'Bad existant ->can throws the expected error' );
+like( $@, qr/This is an expected error/, 'Bad existant ->can throws the expected error' );
 is( $coderef, 'foobar',                   'Assigned value from autoloading ->can remains unchanged' );
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin