套件:libtask-weaken-perl(1.06-2)
libtask-weaken-perl 的相關連結
Debian 的資源:
下載原始碼套件 libtask-weaken-perl:
- [libtask-weaken-perl_1.06-2.dsc]
- [libtask-weaken-perl_1.06.orig.tar.gz]
- [libtask-weaken-perl_1.06-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
module for ensuring that a platform has weaken support
One recurring problem in modules that use Scalar::Util's weaken function is that it is not present in the pure-perl variant.
While this isn't necessarily always a problem in a straight CPAN-based Perl environment, some operating system distributions only include the pure-Perl versions, don't include the XS version, and so weaken is then "missing" from the platform, despite passing a dependency on Scalar::Util successfully.
The normal solution is to manually write tests in each distribution to ensure that weaken is available.
Task::Weaken restores the functionality testing to a dependency you do once in your Makefile.PL, rather than something you have to write extra tests for each time you write a module.
其他與 libtask-weaken-perl 有關的套件
|
|
|
|
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language