Ports Search

Results 12,23112,240 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.014 seconds)
devel/Locale-Maketext-Gettext-1.28 (Score: 1.5577191E-4)
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: 1.5577191E-4)
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: 1.5577191E-4)
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/Log-Defer-0.311 (Score: 1.5577191E-4)
Deferred logs and timers
I believe a lot of log processing is done too early. This module lets you defer log processing in two ways: * Defer recording of log messages until some "transaction" has completed Typically this transaction is something like an HTTP request or a cron job. Generally log messages are easier to read if they are recorded atomically and are not intermingled with log messages created by other transactions. * Defer rendering of log messages Sometimes you don't know how logs should be rendered until long after the message has been written. If you aren't sure what information you'll want to display, or you expect to display the same logs in multiple formats, it makes sense to store your logs in a highly structured format so they can be reliably parsed and processed later. This module doesn't actually write out logs! To use this module for normal logging purposes you also need a logging library.
devel/Module-ExtractUse-0.34.1 (Score: 1.5577191E-4)
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: 1.5577191E-4)
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: 1.5577191E-4)
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: 1.5577191E-4)
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: 1.5577191E-4)
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.
devel/MooseX-AttributeHelpers-0.25 (Score: 1.5577191E-4)
Extend your attribute interfaces
While Moose attributes provide you with a way to name your accessors, readers, writers, clearers and predicates, this library provides commonly used attribute helper methods for more specific types of data.