[ 原始碼: libperl-minimumversion-perl ]
套件:libperl-minimumversion-perl(1.40-1)
libperl-minimumversion-perl 的相關連結
Debian 的資源:
下載原始碼套件 libperl-minimumversion-perl:
- [libperl-minimumversion-perl_1.40-1.dsc]
- [libperl-minimumversion-perl_1.40.orig.tar.gz]
- [libperl-minimumversion-perl_1.40-1.debian.tar.xz]
維護小組:
- Debian Perl Group (QA 頁面, 郵件存檔)
- Vincent Danjean (QA 頁面)
- Ansgar Burchardt (QA 頁面)
- Damyan Ivanov (QA 頁面)
- Salvatore Bonaccorso (QA 頁面)
- gregor herrmann (QA 頁面)
外部的資源:
- 主頁 [metacpan.org]
相似套件:
module to determine minimum required version of perl required
Perl::MinimumVersion is a module that inspects arbitrary Perl source code and determines the minimum version of perl required to be able to run it. Because it is based on PPI, it can do this without having to actually load the code.
Currently it tests both the syntax of your code, and the use of explicit version dependencies such as "require 5.005".
Future plans are to also add support for tracing module dependencies.
其他與 libperl-minimumversion-perl 有關的套件
|
|
|
|
-
- dep: libfile-find-rule-perl
- module to search for files based on rules
-
- dep: libfile-find-rule-perl-perl
- Perl module for searching Perl things
-
- dep: libparams-util-perl
- Perl extension for simple stand-alone param checking functions
-
- dep: libppi-perl
- module to parse, analyze and manipulate Perl code
-
- dep: libppix-regexp-perl
- module to parse regular expressions
-
- dep: libppix-utils-perl
- utility functions for PPI
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language