パッケージ: libmoose-perl (2.2207-1 など)
libmoose-perl に関するリンク
Debian の資源:
libmoose-perl ソースパッケージをダウンロード:
- [libmoose-perl_2.2207-1.dsc]
- [libmoose-perl_2.2207.orig.tar.gz]
- [libmoose-perl_2.2207-1.debian.tar.xz]
メンテナ:
- Debian Perl Group (QA ページ, メールアーカイブ)
- Salvatore Bonaccorso (QA ページ)
- gregor herrmann (QA ページ)
- Damyan Ivanov (QA ページ)
- Niko Tyni (QA ページ)
- Ansgar Burchardt (QA ページ)
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
modern Perl object system framework
Moose is an extension of the Perl 5 object system. The main goal of Moose is to make Perl 5 Object Oriented programming easier, more consistent, and less tedious. With Moose you can think more about what you want to do and less about the mechanics of OOP.
Additionally, Moose is built on top of Class::MOP, which is a metaclass system for Perl 5. This means that Moose not only makes building normal Perl 5 objects better, but it provides the power of metaclass programming as well.
Moose also conveniently manages all attributes (including inherited ones) that are defined, but also provides facilities for properly initializing instance slots, setting defaults where appropriate and performing any necessary type constraint checking or coercion.
More details about the structure of Moose as well as its features can be found in the ever-expanding Moose::Cookbook document.
その他の libmoose-perl 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libclass-load-perl
- module for loading modules by name
-
- dep: libclass-load-xs-perl
- XS implementation of parts of Class::Load
-
- dep: libdata-optlist-perl
- シンプルな名前と値のオプションの組を解析して検証するモジュール
-
- dep: libdevel-globaldestruction-perl
- module to expose the flag that marks global destruction
-
- dep: libdevel-overloadinfo-perl
- module to introspect overloaded operators
-
- dep: libdevel-stacktrace-perl
- Perl module containing stack trace and related objects
-
- dep: libeval-closure-perl
- Perl module to safely and cleanly create closures via string eval
-
- dep: libmodule-runtime-conflicts-perl
- module to provide information on conflicts for Module::Runtime
-
- dep: libmodule-runtime-perl
- Perl module for runtime module handling
-
- dep: libmro-compat-perl
- 5.9.5 より前の Perl 向け mro::* 互換性インターフェース
-
- dep: libpackage-deprecationmanager-perl
- module for managing deprecation warnings for Perl distributions
-
- dep: libpackage-stash-perl
- module providing routines for manipulating stashes
-
- dep: libpackage-stash-xs-perl
- Perl module providing routines for manipulating stashes (XS version)
-
- dep: libparams-util-perl
- シンプルでスタンドアローンなパラメータチェック関数用 Perl 拡張
-
- dep: libscalar-list-utils-perl (>= 1:1.56)
- modules providing common scalar and list utility subroutines
-
- dep: libsub-exporter-perl
- カスタムビルトルーチンの洗練されたエクスポーター
-
- dep: libtry-tiny-perl
- module providing minimalistic try/catch
-
- dep: perl (>= 5.40.0-6)
- Larry Wall 作の実用的な抽出とレポート用の言語
-
- dep: perlapi-5.40.0
- 以下のパッケージによって提供される仮想パッケージです: perl-base
-
- rec: libdevel-partialdump-perl
- Perl module to dump subroutine parameters concisely