toutes les options
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Paquet source : libperlx-maybe-perl  ]

Paquet : libperlx-maybe-perl (1.202-1)

Liens pour libperlx-maybe-perl

Screenshot

Ressources Debian :

Télécharger le paquet source libperlx-maybe-perl :

Responsables :

Ressources externes :

Paquets similaires :

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.

Étiquettes: Développement de logiciel: Programmation Perl, Bibliothèques, Mis en œuvre en: Perl

Autres paquets associés à libperlx-maybe-perl

  • dépendances
  • recommandations
  • suggestions
  • enhances

Télécharger libperlx-maybe-perl

Télécharger pour toutes les architectures proposées
Architecture Taille du paquet Espace occupé une fois installé Fichiers
all 13,8 ko38,0 ko [liste des fichiers]