Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第2,0712,080项(搜索用时0.007秒)
devel/Class-ISA-0.36 (Score: 0.0010014757)
Report the search path for a class's ISA tree
This library, Class::ISA, provides functions that return the list (in order) of names of classes Perl would search to find a method, with no duplicates.
devel/DefHash-1.0.11 (Score: 0.0010014757)
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/File-Tail-Dir-0.14 (Score: 0.0010014757)
Tail all matching files in a given set of directories
This module monitors and processes any lines appended to the end of one or more files in a given list of directories and keeping state between sessions.
devel/Module-Implementation-0.09 (Score: 0.0010014757)
Loads one of several alternate underlying implementations for a module
Module::Implementation abstracts out the process of choosing one of several underlying implementations for a module. This can be used to provide XS and pure Perl implementations of a module, or it could be used to load an implementation for a given OS or any other case of needing to provide multiple implementations. Module::Implementation is only useful when you know all the implementations ahead of time. If you want to load arbitrary implementations then you probably want something like a plugin system, not this module.
devel/MooseX-Attribute-ENV-0.02 (Score: 0.0010014757)
Set default of an attribute to a value from %ENV
MooseX-Attribute-ENV is a Moose attribute trait that you use when you want the default value for an attribute to be populated from the %ENV hash.
devel/POE-API-Peek-2.20 (Score: 0.0010014757)
Peek into the internals of a running POE environment
POE::API::Peek extends the POE::Kernel interface to provide clean access to Kernel internals in a cross-version compatible manner. Other calculated data is also available.
devel/PerlIO-via-MD5-0.07 (Score: 0.0010014757)
PerlIO layer for creating an MD5 digest of a file
This module implements a PerlIO layer that can only read files and return an MD5 digest of the contents of the file.
devel/Role-Tiny-2.000003 (Score: 0.0010014757)
Roles, like a nouvelle cusine portion size slice of Moose
Role composition can be thought of as much more clever and meaningful multiple inheritance. The basics of this implementation of roles is: - If a method is already defined on a class, that method will not be composed in from the role. - If a method that the role "requires" to be implemented is not implemented, role application will fail loudly. Unlike Class::C3, where the last class inherited from "wins," role composition is the other way around, where first wins. In a more complete system (see Moose) roles are checked to see if they clash. The goal of this is to be much simpler, hence disallowing composition of multiple roles at once.
devel/licensee-8.2.0 (Score: 0.0010014757)
Detects under what license a project is distributed
Licensee automates the process of reading LICENSE files and compares their contents to known licenses using a fancy math thing called Rabin-Karp rolling-hashes.
dns/dnswalk-2.0.2 (Score: 0.0010014757)
DNS debugger - requests a zone transfer and analyzes the result
dnswalk is a DNS debugger. It performs zone transfers of specified domains, and checks the database in numerous ways for internal consistency, as well as accuracy.