wszystkie opcje
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Pakiet źródłowy: libperlx-maybe-perl  ]

Pakiet: libperlx-maybe-perl (1.201-1)

Odnośniki dla libperlx-maybe-perl

Screenshot

Zasoby systemu Debian:

Pobieranie pakietu źródłowego libperlx-maybe-perl:

Opiekunowie:

Zasoby zewnętrzne:

Podobne pakiety:

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.

Znaczniki: Rozwój oprogramowania: Rozwijanie w języku Perl, Biblioteki, Zaimplementowane w: Perl

Inne pakiety związane z libperlx-maybe-perl

  • wymaga
  • poleca
  • sugeruje
  • enhances

Pobieranie libperlx-maybe-perl

Pobierz dla wszystkich dostępnych architektur
Architektura Rozmiar pakietu Rozmiar po instalacji Pliki
all 13,4 KiB37,0 KiB [lista plików]