Ports Search

Results 15,51115,520 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.046 seconds)
devel/Log-Any-1.032 (Score: 3.3129134E-5)
Perl extension to bring loggers and listeners together
Log::Any allows CPAN modules to safely and efficiently log messages, while letting the application choose (or decline to choose) a logging mechanism such as Log::Dispatch or Log::Log4perl.
devel/List-Objects-WithUtils-2.028003 (Score: 3.3129134E-5)
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/Locale-Maketext-Gettext-1.28 (Score: 3.3129134E-5)
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-PO-0.27 (Score: 3.3129134E-5)
Perl module for manipulating .po entries from GNU gettext
This module provides methods for manipulating objects that represent entries in a gettext po-file (untranslated and translated strings, with associated comments). It can load and save complete po-files.
devel/Log-Any-Adapter-Syslog-1.5 (Score: 3.3129134E-5)
Send Log::Any logs to syslog
Log::Any is a generic adapter for writing logging into Perl modules; this adapter uses the Unix::Syslog module to direct that output into the standard Unix syslog system.
devel/Module-ExtractUse-0.34.1 (Score: 3.3129134E-5)
Find out what CPAN modules are used
Module::ExtractUse is basically a Parse::RecDescent grammar to parse Perl code. It tries very hard to find all modules (whether pragmas, Core, or from CPAN) used by the parsed code.
devel/Module-Runtime-Conflicts-0.003 (Score: 3.3129134E-5)
Provide information on conflicts for Module::Runtime
Module::Runtime::Conflicts provides conflicts checking for Module::Runtime, which had a recent release that broke some versions of Moose. It is called from Moose::Conflicts and moose-outdated.
devel/Module-Starter-Plugin-TT2-0.125 (Score: 3.3129134E-5)
TT2 templates for Module::Starter::Template
Module::Starter::Plugin::TT2 - allows the use of TT2 to render templates This module is a plugin for Module::Starter, and allows the use of TT2 to render templates.
devel/Module-Util-1.09 (Score: 3.3129134E-5)
Perl module name tools and transformations
This module provides a few useful functions for manipulating module names. Its main aim is to centralise some of the functions commonly used by modules that manipulate other modules in some way, like converting module names to relative paths.
devel/MooX-StrictConstructor-0.008 (Score: 3.3129134E-5)
Make your Moo-based object constructors blow up on unknown attributes
Simply loading this module makes your constructors "strict". If your constructor is called with an attribute init argument that your class does not declare, then it dies. This is a great way to catch small typos.