Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第2,5812,590项(搜索用时0.003秒)
devel/List-AllUtils-0.10 (Score: 0.032514982)
Combines List::Util and List::MoreUtils in one bite-sized package
Are you sick of trying to remember whether a particular helper is defined in List::Util or List::MoreUtils? I sure am. Now you don't have to remember. This module will export all of the functions that either of those two modules defines.
devel/List-Group-1.3 (Score: 0.032514982)
Perl module that allows you to group a list by columns or rows
The List::Group module is simple module that currently allows you to group a list by columns or rows.
devel/List-Objects-Types-1.003002 (Score: 0.032514982)
Type::Tiny-based types for List::Objects::WithUtils
A set of Type::Tiny-based types & coercions matching the list objects found in List::Objects::WithUtils.
devel/List-Objects-WithUtils-2.028003 (Score: 0.032514982)
List objects, kitchen sink included
A set of roles and classes defining an object-oriented interface to Perl hashes and arrays with useful utility methods, junctions, type-checking ability, and optional autoboxing. Originally derived from Data::Perl.
devel/List-PowerSet-0.01 (Score: 0.032514982)
Perl module that allows you to generate the power set of a list
The List::PowerSet module is simple module that currently allows you to generate the power set of a list
devel/Log-Dump-0.14 (Score: 0.032514982)
Perl extension of simple logger mainly for debugging
Log::Dump is a simple logger mix-in mainly for debugging. This installs six methods into a caller (the class that used Log::Dump) via Sub::Install. The point is you don't need to load extra dumper modules or you don't need to concatenate messages. Just log things and they will be dumped (and concatenated if necessary) to stderr, and to a file if you prefer. Also, you can use these logging methods as class methods or object methods (though usually you don't want to mix them, especially when you're doing something special).
devel/List-SomeUtils-XS-0.52 (Score: 0.032514982)
XS implementation for List::SomeUtils
List::SomeUtils::XS is XS implementation for List::SomeUtils.
devel/List-SomeUtils-0.52 (Score: 0.032514982)
Provide the stuff missing in List::Util
List::SomeUtils provides some trivial but commonly needed functionality on lists which is not going to go into List::Util. All of the below functions are implementable in only a couple of lines of Perl code. Using the functions from this module however should give slightly better performance as everything is implemented in C. The pure-Perl implementation of these functions only serves as a fallback in case the C portions of this module couldn't be compiled on this machine.
devel/Locale-Maketext-Gettext-1.28 (Score: 0.032514982)
Joins gettext and Maketext frameworks
Locale::Maketext::Gettext brings GNU gettext and Maketext together. It is a subclass of Locale::Maketext(3) that follows the way GNU gettext works. It works seamlessly, both in the sense of GNU gettext and Maketext.
devel/Locale-Maketext-Lexicon-1.00 (Score: 0.032514982)
Use other catalog formats in Locale::Maketext
This module provides lexicon-handling modules to read from other localization formats, such as Gettext, Msgcat, and so on.