Ports Search

Results 12,19112,200 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.012 seconds)
devel/Input-Validator-0.001005 (Score: 6.4754924E-5)
Input validator that just validates input
Data validator. Validates only the data. No form generation, no javascript generation, no other stuff that does something else. Only data validation! Features: * Validates data that is presented as a hash reference * Multiple values * Field registration * Group validation * Conditional validation
devel/Iodef-Pb-Simple-0.21 (Score: 6.4754924E-5)
Perl extension providing high level API access to Iodef-Pb
Iodef::Pb::Simple is a Perl extension providing high level API access to Iodef::Pb, which is useful to an array of IODEF protocol buffer objects into things like tab-delimited tables, csv, and snort rules.
devel/Log-Any-1.032 (Score: 6.4754924E-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: 6.4754924E-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: 6.4754924E-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: 6.4754924E-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: 6.4754924E-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/Log-Defer-0.311 (Score: 6.4754924E-5)
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: 6.4754924E-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: 6.4754924E-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.