すべてのオプション
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ ソース: libperlx-maybe-perl  ]

パッケージ: libperlx-maybe-perl (1.202-1)

libperlx-maybe-perl に関するリンク

Screenshot

Debian の資源:

libperlx-maybe-perl ソースパッケージをダウンロード:

メンテナ:

外部の資源:

類似のパッケージ:

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.

タグ: ソフトウェア開発: Perl での開発, ライブラリ, 実装言語: Perl

その他の libperlx-maybe-perl 関連パッケージ

  • 依存
  • 推奨
  • 提案
  • enhances

libperlx-maybe-perl のダウンロード

すべての利用可能アーキテクチャ向けのダウンロード
アーキテクチャ パッケージサイズ インストールサイズ ファイル
all 13.8 kB38.0 kB [ファイル一覧]