套件: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's Practical Extraction and Report Language