Pacote: libperlx-maybe-perl (1.202-1)
Links para libperlx-maybe-perl
Recursos de Debian:
- Relatórios de bug
- Informação de desenvolvedor(a)
- Debian Changelog
- Arquivo de copyright
- Rastreador de patch Debian
Baixe o pacote-fonte libperlx-maybe-perl:
- [libperlx-maybe-perl_1.202-1.dsc]
- [libperlx-maybe-perl_1.202.orig.tar.gz]
- [libperlx-maybe-perl_1.202-1.debian.tar.xz]
Mantenedores(as):
- Debian Perl Group (QA Página, E-mail Arquivo)
- Jonas Smedegaard (QA Página)
- Florian Schlichting (QA Página)
Fontes externas:
- Pagina principal [metacpan.org]
Pacotes similares:
return a pair only if they are both defined
Moose classes (and some other classes) distinguish between an attribute being unset and the attribute being set to undef. Supplying a constructor arguments like this:
my $bob = Person->new( name => $name, age => $age, );
Will result in the "name" and "age" attributes possibly being set to undef (if the corresponding $name and $age variables are not defined), which may violate the Person class' type constraints.
PerlX::Maybe checks that $x and $y are both defined. If they are, it returns them both as a list; otherwise it returns the empty list.
This package also includes Syntax::Feature::Maybe.
Outros pacotes relacionados a libperlx-maybe-perl
|
|
|
|
-
- dep: libmodule-manifest-skip-perl
- MANIFEST.SKIP management for Perl modules
-
- dep: perl
- Linguagem de extração e relatórios prática de Larry Wall
-
- rec: libexporter-tiny-perl
- tiny exporter similar to Sub::Exporter
-
- rec: libperlx-maybe-xs-perl
- XS backend for PerlX::Maybe
-
- sug: libsyntax-perl
- pragma for activating syntax extensions
Download de libperlx-maybe-perl
Arquitetura | Tamanho do pacote | Tamanho instalado | Arquivos |
---|---|---|---|
all | 13.8 kB | 38.0 kB | [lista de arquivos] |