Ports Search

Results 9,0219,030 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.011 seconds)
devel/Config-Model-Tester-2.055 (Score: 1.869263E-4)
Test framework for Config::Model
Config::Model::Tester provides a way to test configuration models with tests files. This class was designed to tests several models and several tests cases per model.
devel/Curses-Widgets-1.997 (Score: 1.869263E-4)
Curses-based widgets and functions
This module provides a standard library of functions and widgets for use in creating Curses-based interfaces. Should work reliably with both Curses and nCurses libraries.
devel/Danga-Socket-Callback-0.013 (Score: 1.869263E-4)
Use Danga::Socket From Callbacks
Danga::Socket::Callback is a thin wrapper arond Danga::Socket that allows you to set callbacks to be called at various events.
devel/Data-Lazy-0.6 (Score: 1.869263E-4)
"lazy" variables
A very little module for simulating laziness in perl. It provides scalars that are "lazy", that is their value is computed only if necessary and at most once.
devel/Data-ACL-0.02 (Score: 1.869263E-4)
Data::ACL - Perl extension for simple ACL lists
This module implements a series of allowed and denied access control lists for permissive controls. The Set::NestedGroups module is used to define users and nested permissive groups.
devel/Data-Domain-1.06 (Score: 1.869263E-4)
Data description and validation
A data domain is a description of a set of values, either scalar or structured (arrays or hashes). The description can include many constraints, like minimal or maximal values, regular expressions, required fields, forbidden fields, and also contextual dependencies. From that description, one can then invoke the domain's inspect method to check if a given value belongs to it or not. In case of mismatch, a structured set of error messages is returned. The motivation for writing this package was to be able to express in a compact way some possibly complex constraints about structured data. Typically the data is a Perl tree (nested hashrefs or arrayrefs) that may come from XML, JSON, from a database through DBIx::DataModel, or from postprocessing an HTML form through CGI::Expand. Data::Domain is a kind of tree parser on that structure, with some facilities for dealing with dependencies within the structure, and with several options to finely tune the error messages returned to the user.
devel/Data-Properties-0.02 (Score: 1.869263E-4)
Data::Properties - persistent properties
This class is a Perl version of Java's java.util.Properties and aims to be format-compatible with that class.
devel/freeocl-0.3.6 (Score: 1.869263E-4)
Free Open Computing Language (OpenCL) implementation for CPU
FreeOCL is an implementation of OpenCL 1.2 specifications targeting CPUs. Instead of using a built-in or dedicated compiler, it relies on an external C++ compiler.
devel/Data-Sah-Normalize-0.04 (Score: 1.869263E-4)
Normalize Sah schema
This often-needed functionality is split from the main Data::Sah to keep it in a small and minimal-dependencies package.
devel/Date-ICal-2.678 (Score: 1.869263E-4)
Perl extension for ICalendar date objects
Date::ICal talks the ICal date format, and is intended to be a base class for other date/calendar modules that know about ICal time format also.