Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第2,2412,250项(搜索用时0.005秒)
devel/Debug-Client-0.29 (Score: 0.032514982)
Client for the standard Perl debugger
The primary use of Debug::Client is to provide debugger functionality for Padre 0.98 and beyond.
devel/Decision-ACL-0.02 (Score: 0.032514982)
Manage and Build Access Control Lists
This module's purpose is to provide an already implemented ACL logic for programmers. Most of the time writing access control list scripts is long and boring. This set of modules has all the convenient logic behind access control lists and provide an easy interface to it. It allows you to build custom ACL's, and provide the mechanisms to run the ACL against data.
devel/Declare-Constraints-Simple-0.03 (Score: 0.032514982)
Declarative Validation of Perl Data Structures
The main purpose of this module is to provide an easy way to build a profile to validate a data structure. It does this by giving you a set of declarative keywords in the importing namespace.
devel/DefHash-1.0.11 (Score: 0.032514982)
Define things according to a specification, using hashes
DefHash is a specification for using hashes to define things. It was born out of several other projects/specifications like Sah, Rinci, Riap, Module::Patch.
devel/IOC-0.29 (Score: 0.032514982)
Lightweight IOC (Inversion of Control) framework
This module provide a lightweight IOC or Inversion of Control framework. Inversion of Control, sometimes called Dependency Injection, is a component management style which aims to clean up component configuration and provide a cleaner, more flexible means of configuring a large application.
devel/Digest-TransformPath-1.00 (Score: 0.032514982)
Implements the TransformPath concept
The Digest::TransformPath module implements the TransformPath concept. A TransformPath is a complex higher-order key that is designed for use with chains of functions that sequentially transform a piece of data. The concept starts with a sizable chunk of data, for example an image, for which we can determine a unique identifier, and for which we can cheaply determine if and when the source material has changed. A series of resource-intensive transforms might be applied to this original data to produce another piece of data. In the image example, we might auto-level, crop, scale, rotate, colour-balance and then thumbnail the image. This transformed data would be put into a cache. If at some future point we wish to obtain the same image, but would preferably like to use the cached version, we would have to take the original image, reapply the transforms, and then compare to the result the first time around. Further documentation is found within the module.
devel/Dir-Self-0.11 (Score: 0.032514982)
__DIR__ constant for the directory your source file is in
Perl has two pseudo-constants describing the current location in your source code, __FILE__ and __LINE__. This module adds __DIR__, which expands to the directory your source file is in, as an absolute pathname.
devel/Dir-Watch-0.0.0 (Score: 0.032514982)
Watches the current directory for file/dir additions or removals
Checks for dir/file addition/removals in the current directory.
devel/Env-PS1-0.06 (Score: 0.032514982)
Prompt string formatter
This package supplies variables that are "tied" to environment variables like 'PS1' and 'PS2', if read it takes the contents of the variable as a format string like the ones bash(1) uses to format the prompt. It is intended to be used in combination with the various ReadLine packages.
devel/android-tools-adb-7.0.0.r1 (Score: 0.032514982)
Android debug bridge command line tool
Android Debug Bridge (adb) is a versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device.