パッケージ: libmoose-perl (2.2009-1)
libmoose-perl に関するリンク
Trisquel の資源:
libmoose-perl ソースパッケージをダウンロード:
- [libmoose-perl_2.2009-1.dsc]
- [libmoose-perl_2.2009.orig.tar.gz]
- [libmoose-perl_2.2009-1.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Perl Group (メールアーカイブ)
- Salvatore Bonaccorso
- gregor herrmann
- Damyan Ivanov
- Niko Tyni
- Ansgar Burchardt
外部の資源:
- ホームページ [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 Library: Shared libraries
以下のパッケージによって提供される仮想パッケージでもあります: 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
- module to parse and validate simple name/value option pairs
-
- 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 (>= 2.0300)
- 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 (>= 0.002)
- module to provide information on conflicts for Module::Runtime
-
- dep: libmodule-runtime-perl (>= 0.014)
- Perl module for runtime module handling
-
- dep: libmro-compat-perl
- mro::* interface compatibility for Perls < 5.9.5
-
- 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 extension for simple stand-alone param checking functions
-
- dep: libsub-exporter-perl
- sophisticated exporter for custom-built routines
-
- dep: libsub-identify-perl
- module to retrieve names of code references
-
- dep: libsub-name-perl (>= 0.20)
- module for assigning a new name to referenced sub
-
- dep: libtry-tiny-perl (>= 0.17)
- module providing minimalistic try/catch
-
- dep: perl (>= 5.26.1-3)
- Larry Wall's Practical Extraction and Report Language
-
- dep: perlapi-5.26.1
- 以下のパッケージによって提供される仮想パッケージです: perl-base
-
- rec: libdata-optlist-perl (>= 0.110)
- module to parse and validate simple name/value option pairs
-
- rec: libdevel-partialdump-perl
- Perl module to dump subroutine parameters concisely