Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37770326
en ru br
ALT Linux repositórios
S:2.3.0-alt1
5.0: 1.12-alt2
4.1: 1.10-alt1
4.0: 1.10-alt1

Group :: Desenvolvimento/Perl
RPM: perl-Carp-Assert-More

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 1.10-alt1
Data da compilação: 15 outubro 2005, 15:30 ( 968.2 weeks ago )
Tamanho:: 11.37 Kb

Home page:   http://www.cpan.org

Licença: Artistic
Sumário: Carp-Assert-More - convenience wrappers around Carp::Assert
Descrição:

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.

Mantenedor currente: Vitaly Lipatov

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • perl-Carp-Assert-More
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009