Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第2,9312,940项(搜索用时0.003秒)
devel/Perl6-Junction-1.60000 (Score: 0.032514982)
Perl6 style Junction operators in Perl5
This is a lightweight module which provides 'Junction' operators, the most commonly used being any and all.
devel/Params-Validate-1.24 (Score: 0.032514982)
Validate method/function parameters
The Params::Validate module allows you to validate method or function call parameters to an arbitrary level of specificity. At the simplest level, it is capable of validating the required parameters were given and that no unspecified additional parameters were passed in. It is also capable of determining that a parameter is of a specific type, that it is an object of a certain class hierarchy, that it possesses certain methods, or applying validation callbacks to arguments.
devel/Perl6-Say-0.16 (Score: 0.032514982)
Perl 6 say (print, but no newline needed) function
Implements a close simulation of the say function in Perl 6, which acts like print but automatically appends a newline.
devel/Paranoid-0.36 (Score: 0.032514982)
Paranoia support for safer programs
Paranoid is a collection of modules started out as modules which perform things (debatably) in a safer and taint-safe manner. Since then it's also grown to include functionality that fit into the same framework and conventions of the original modules, including keeping the debug hooks for command-line debugging.
devel/PerlIO-Layers-0.011 (Score: 0.032514982)
Query the properties/capabilities of filehandle
Perl's filehandles are implemented as a stack of layers, with the bottom-most usually doing the actual IO and the higher ones doing buffering, encoding/decoding or transformations. PerlIO::Layers allows you to query the filehandle's properties concerning there layers.
devel/PerlIO-Util-0.72 (Score: 0.032514982)
Selection of general PerlIO utilities
PerlIO::Util provides general PerlIO utilities: utility layers and utility methods. Utility layers are a part of PerlIO::Util, but you don't need to say use PerlIO::Util for loading them. They will be automatically loaded.
devel/Parse-CPAN-Meta-1.44.14 (Score: 0.032514982)
Parse META.yml and other similar CPAN metadata files
Parse::CPAN::Meta is a parser for META.yml files, based on the parser half of YAML::Tiny. It supports a basic subset of the full YAML specification, enough to implement parsing of typical META.yml files, and other similarly simple YAML files.
devel/PerlIO-locale-0.10 (Score: 0.032514982)
PerlIO layer to use the encoding of the current locale
PerlIO layer to use the encoding of the current locale.
devel/Parse-CPAN-Packages-Fast-0.09 (Score: 0.032514982)
Parse CPAN package index
parse CPAN's package index
devel/PerlIO-via-MD5-0.07 (Score: 0.032514982)
PerlIO layer for creating an MD5 digest of a file
This module implements a PerlIO layer that can only read files and return an MD5 digest of the contents of the file.