パッケージ: libfeature-compat-class-perl (0.07-1)
libfeature-compat-class-perl に関するリンク
Debian の資源:
libfeature-compat-class-perl ソースパッケージをダウンロード:
- [libfeature-compat-class-perl_0.07-1.dsc]
- [libfeature-compat-class-perl_0.07.orig.tar.gz]
- [libfeature-compat-class-perl_0.07-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
- libhash-util-fieldhash-compat-perl
- libparse-keyword-perl
- libobject-pad-fieldattr-final-perl
- libsyntax-operator-is-perl
- libobject-pad-fieldattr-trigger-perl
- libclass-spiffy-perl
- libsocket-getaddrinfo-perl
- libobject-pad-perl
- libkeyword-simple-perl
- libobject-pad-fieldattr-lazyinit-perl
- libmodule-install-perl
make class syntax available
Feature::Compat::Class provides the new class keyword and related others (method, field and ADJUST) in a forward-compatible way.
There is a branch of Perl development source code which provides this syntax, under the class named feature. If all goes well, this will become available in a stable release in due course. On such perls that contain the feature, this module simple enables it.
On older versions of perl before such syntax is availble in core, it is currently provided instead using the Object::Pad module, imported with a special set of options to configure it to only recognise the same syntax as the core perl feature, thus ensuring any code using it will still continue to function on that newer perl.
その他の libfeature-compat-class-perl 関連パッケージ
|
|
|
|
-
- dep: libobject-pad-perl (>= 0.806)
- module providing a simple syntax for lexical field-based objects
-
- dep: perl
- Larry Wall 作の実用的な抽出とレポート用の言語