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

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

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

Текущая версия: 1.10-alt1
Время сборки: 15 октября 2005, 15:30 ( 966.9 недели назад )
Размер архива: 11.37 Kb

Домашняя страница:   http://www.cpan.org

Лицензия: Artistic
О пакете: Carp-Assert-More - convenience wrappers around Carp::Assert
Описание:

Carp::Assert::More is a set of wrappers around the Carp::Assert functions
to make the habit of writing assertions even easier.

Everything in here is effectively syntactic sugar.  There's no technical
reason to use

   assert_isa( $foo, 'HTML::Lint' );

instead of

   assert( defined $foo );
   assert( ref($foo) eq 'HTML::Lint' );

other than readability and simplicity of the code.

My intent here is to make common assertions easy so that we as programmers
have no excuse to not use them.

Текущий майнтейнер: Vitaly Lipatov

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • perl-Carp-Assert-More
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin